Wait up to the ShutdownTimeout to send or recieve data before closing the IConnection.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ShutdownTimeout { get; set; }
public int ShutdownTimeout { get; set; }
Public Property ShutdownTimeout As Integer
Get
Set
Public Property ShutdownTimeout As Integer
Get
Set
public:
property int ShutdownTimeout {
int get ();
void set (int value);
}
public:
property int ShutdownTimeout {
int get ();
void set (int value);
}
member ShutdownTimeout : int with get, set
member ShutdownTimeout : int with get, set
Property Value
Type:
Int32
RemarksThe default value is 10000ms.
See Also