ClusterSettingsMaxServerSelectionWaitQueueSize Property |
Gets the maximum size of the server selection wait queue.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic int MaxServerSelectionWaitQueueSize { get; }
Public ReadOnly Property MaxServerSelectionWaitQueueSize As Integer
Get
member MaxServerSelectionWaitQueueSize : int with get
Property Value
Type:
Int32
The maximum size of the server selection wait queue.
See Also