ConnectionPoolSettingsWaitQueueSize Property |
Gets the size of the wait queue.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public int WaitQueueSize { get; }
Public ReadOnly Property WaitQueueSize As Integer
Get
member WaitQueueSize : int with get
Property Value
Type:
Int32
The size of the wait queue.
See Also