The amount of time a thread will wait for a IConnection once the MaxSize of the pool has been reached and no TCP connections are available.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int WaitTimeout { get; set; }
public int WaitTimeout { get; set; }
Public Property WaitTimeout As Integer
Get
Set
Public Property WaitTimeout As Integer
Get
Set
public:
property int WaitTimeout {
int get ();
void set (int value);
}
public:
property int WaitTimeout {
int get ();
void set (int value);
}
member WaitTimeout : int with get, set
member WaitTimeout : int with get, set
Property Value
Type:
Int32
RemarksThe default is 2500ms.
See Also