PoolConfiguration WaitTimeout Property Couchbase .NET SDK 2.0
The amount of time a thread will wait for a IConnection once the MaxSize of the pool has been reached.

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

Property Value

Type: Int32
See Also