ConnectionStringWaitQueueSize Property |
Gets the wait queue size.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<int> WaitQueueSize { get; }
Public ReadOnly Property WaitQueueSize As Nullable(Of Integer)
Get
member WaitQueueSize : Nullable<int> with get
Property Value
Type:
NullableInt32See Also