ConnectionPoolSettingsWaitQueueTimeout Property |
Gets the wait queue timeout.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public TimeSpan WaitQueueTimeout { get; }
Public ReadOnly Property WaitQueueTimeout As TimeSpan
Get
member WaitQueueTimeout : TimeSpan with get
Property Value
Type:
TimeSpan
The wait queue timeout.
See Also