Clients operation timeout specified in seconds. Clients wait for the response from the server for this time. If the response is not received within this time, the operation is not successful. Based on the network conditions, OperationTimeout value can be adjusted. The default value is 90 seconds.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public int ClientRequestTimeOut { get; set; }
Visual Basic
Public Property ClientRequestTimeOut As Integer
	Get
	Set
Visual C++
public:
property int ClientRequestTimeOut {
	int get ();
	void set (int value);
}

See Also