The amount of time to wait for a pending operation to complete before timing out.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int OperationTimeout { get; set; }
public int OperationTimeout { get; set; }
Public Property OperationTimeout As Integer
Get
Set
Public Property OperationTimeout As Integer
Get
Set
public:
property int OperationTimeout {
int get ();
void set (int value);
}
public:
property int OperationTimeout {
int get ();
void set (int value);
}
member OperationTimeout : int with get, set
member OperationTimeout : int with get, set
Property Value
Type:
Int32
RemarksDefault is 2500ms
RemarksOperations exceeding this timeout will return the following message: "Timed out"
See Also