MongoServerMaxServerCount Property |
Gets or sets the maximum number of instances of MongoServer that will be allowed to be created.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public static int MaxServerCount { get; set; }
Public Shared Property MaxServerCount As Integer
Get
Set
static member MaxServerCount : int with get, set
Property Value
Type:
Int32See Also