ConnectionPoolElement.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 and no TCP connections are available.

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

Property Value

Type: Int32
Remarks
The default is 2500ms.
See Also