Click or drag to resize
MongoUrlBuilderWaitQueueMultiple Property
Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize).

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

Property Value

Type: Double
See Also