Cancels a pending operation if it does not complete in the time given and marks the connection as dead.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int SendTimeout { get; set; }
public int SendTimeout { get; set; }
Public Property SendTimeout As Integer
Get
Set
Public Property SendTimeout As Integer
Get
Set
public:
property int SendTimeout {
int get ();
void set (int value);
}
public:
property int SendTimeout {
int get ();
void set (int value);
}
member SendTimeout : int with get, set
member SendTimeout : int with get, set
Property Value
Type:
Int32
RemarksThe default value is 15000ms
See Also