The amount time allotted for the client to establish a TCP connection with a server before failing
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ConnectTimeout { get; set; }
public int ConnectTimeout { get; set; }
Public Property ConnectTimeout As Integer
Get
Set
Public Property ConnectTimeout As Integer
Get
Set
public:
property int ConnectTimeout {
int get ();
void set (int value);
}
public:
property int ConnectTimeout {
int get ();
void set (int value);
}
member ConnectTimeout : int with get, set
member ConnectTimeout : int with get, set
Property Value
Type:
Int32
RemarksThe default is 10000ms
See Also