Constructor MongoServer
MongoServer(MongoServerSettings)
Creates a new instance of MongoServer. Normally you will use one of the Create methods instead of the constructor to create instances of this class.
[Obsolete("Use client.GetServer instead.")]
public MongoServer(MongoServerSettings settings)
Parameters
settings
MongoServerSettingsThe settings for this instance of MongoServer.