PoolConfigurationOperationTimeout Property |
The amount of time to wait for a pending operation to complete before timing out.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int OperationTimeout { get; set; }
Public Property OperationTimeout As Integer
Get
Set
public:
property int OperationTimeout {
int get ();
void set (int value);
}
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