PoolConfigurationWaitTimeout Property |
The amount of time a thread will wait for a IConnection once the MaxSize of the pool has been reached.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int WaitTimeout { get; set; }
Public Property WaitTimeout As Integer
Get
Set
public:
property int WaitTimeout {
int get ();
void set (int value);
}
member WaitTimeout : int with get, set
Property Value
Type:
Int32
See Also