Метод | Описание | |
---|---|---|
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.
|
public ChooseServerInstance ( ReadPreference readPreference ) : MongoServerInstance | ||
readPreference | ReadPreference | The read preference. |
Результат | MongoServerInstance |
public Connect ( System.TimeSpan timeout, ReadPreference readPreference ) : void | ||
timeout | System.TimeSpan | The timeout. |
readPreference | ReadPreference | The read preference. |
Результат | void |
public DirectMongoServerProxy ( MongoServerSettings settings ) : System | ||
settings | MongoServerSettings | The settings. |
Результат | System |
public DirectMongoServerProxy ( MongoServerSettings serverSettings, MongoServerInstance instance, int connectionAttempt ) : System | ||
serverSettings | MongoServerSettings | The server settings. |
instance | MongoServerInstance | The instance. |
connectionAttempt | int | The connection attempt. |
Результат | System |