C# Класс MongoDB.Driver.Internal.DirectMongoServerProxy

Connects directly to a specified instance, failing over to other addresses as necessary.
Наследование: IMongoServerProxy
Показать файл Открыть проект

Открытые методы

Метод Описание
ChooseServerInstance ( ReadPreference readPreference ) : MongoServerInstance

Chooses the server instance.

Connect ( System.TimeSpan timeout, ReadPreference readPreference ) : void

Connects to the server respecting the timeout and readPreference.

DirectMongoServerProxy ( MongoServerSettings settings ) : System

Initializes a new instance of the DirectMongoServerProxy class.

DirectMongoServerProxy ( MongoServerSettings serverSettings, MongoServerInstance instance, int connectionAttempt ) : System

Initializes a new instance of the DirectMongoServerProxy class.

Disconnect ( ) : void

Disconnects from the server.

Ping ( ) : void

Pings the server.

VerifyState ( ) : void

Verifies the state of the server.

Описание методов

ChooseServerInstance() публичный Метод

Chooses the server instance.
public ChooseServerInstance ( ReadPreference readPreference ) : MongoServerInstance
readPreference ReadPreference The read preference.
Результат MongoServerInstance

Connect() публичный Метод

Connects to the server respecting the timeout and readPreference.
public Connect ( System.TimeSpan timeout, ReadPreference readPreference ) : void
timeout System.TimeSpan The timeout.
readPreference ReadPreference The read preference.
Результат void

DirectMongoServerProxy() публичный Метод

Initializes a new instance of the DirectMongoServerProxy class.
public DirectMongoServerProxy ( MongoServerSettings settings ) : System
settings MongoServerSettings The settings.
Результат System

DirectMongoServerProxy() публичный Метод

Initializes a new instance of the DirectMongoServerProxy class.
public DirectMongoServerProxy ( MongoServerSettings serverSettings, MongoServerInstance instance, int connectionAttempt ) : System
serverSettings MongoServerSettings The server settings.
instance MongoServerInstance The instance.
connectionAttempt int The connection attempt.
Результат System

Disconnect() публичный Метод

Disconnects from the server.
public Disconnect ( ) : void
Результат void

Ping() публичный Метод

Pings the server.
public Ping ( ) : void
Результат void

VerifyState() публичный Метод

Verifies the state of the server.
public VerifyState ( ) : void
Результат void