ConnectionPoolElement ShutdownTimeout Property Couchbase .NET SDK 2.0
Wait up to the ShutdownTimeout to send or recieve data before closing the IConnection.

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

Property Value

Type: Int32
Remarks
The default value is 10000ms.
See Also