Click or drag to resize
ConnectionPoolSettingsWaitQueueSize Property
Gets the size of the wait queue.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public int WaitQueueSize { get; }

Property Value

Type: Int32
The size of the wait queue.
See Also