Exemple #1
0
 protected void ServerConnectionAsync()
 {
     _mongoServerConnection = new ServerConnection(MONGO_CONNECTION_STRING);
     _mongoServerConnection.ConnectAsyncDelegate(_mongoServerConnection_Connected);
     _serverConnectionAutoResetEvent.WaitOne();
 }