C# Class MongoDB.Driver.Internal.MongoServerProxyFactory

Creates a MongoServerInstanceManager based on the settings.
ファイルを表示 Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
Create ( MongoServerSettings settings ) : IMongoServerProxy

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

Method Details

Create() public method

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