C# Class MongoDB.Driver.Internal.MongoServerProxyFactory

Creates a MongoServerInstanceManager based on the settings.
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
Create ( MongoServerSettings settings ) : IMongoServerProxy

Creates an IMongoServerProxy of some type that depends on the server settings.

Method Details

Create() public méthode

Creates an IMongoServerProxy of some type that depends on the server settings.
public Create ( MongoServerSettings settings ) : IMongoServerProxy
settings MongoServerSettings The settings.
Résultat IMongoServerProxy