Click or drag to resize
MongoDefaultsWaitQueueMultiple Property
Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize, see also WaitQueueSize).

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public static double WaitQueueMultiple { get; set; }

Property Value

Type: Double
See Also