Click or drag to resize
PoolConfigurationOperationTimeout Property
The amount of time to wait for a pending operation to complete before timing out.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.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