ConnectionPoolElement SendTimeout Property Couchbase .NET SDK 2.1.0 Documentation
Cancels a pending operation if it does not complete in the time given and marks the connection as dead.

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

Property Value

Type: Int32
Remarks
The default value is 15000ms
See Also