PoolConfiguration MaxAcquireIterationCount Property Couchbase .NET SDK 2.0
The maximum number of iterations that a thread will wait for an available connection before throwing a ConnectionUnavailableException.

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

Property Value

Type: Int32
Remarks
The default is 5 iterations.
See Also