Property WaitQueueMultiple
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
WaitQueueMultiple
Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize, see also WaitQueueSize).
[Obsolete("This property will be removed in a later release.")]
public static double WaitQueueMultiple { get; set; }