PoolConfiguration MaxCloseAttempts Property Couchbase .NET SDK 2.1.0 Documentation
Gets or sets the maximum number of times the client will try to close a IConnection if it's in use and IConnectionPool has been disposed.

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

Property Value

Type: Int32
The maximum close attempts.
Remarks
The default is 5 attempts.
See Also