PoolConfiguration OperationTimeout Property Couchbase .NET SDK 2.0
The amount of time to wait for a pending operation to complete before timing out.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public int OperationTimeout { get; set; }

Property Value

Type: Int32
Remarks
Default is 2500ms
Remarks
Operations exceeding this timeout will return the following message: "Timed out"
See Also