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.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax public static double WaitQueueMultiple { get; set; }
Public Shared Property WaitQueueMultiple As Double
Get
Set
static member WaitQueueMultiple : float with get, set
Property Value
Type:
DoubleSee Also