PoolConfiguration ConnectionTimeout Property Couchbase .NET SDK 2.0
Cancels a pending operation if it does not complete in the time given and marks the connection as dead.

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

Property Value

Type: Int32
See Also