Esempio n. 1
0
 protected void DatabaseConnectionAsync()
 {
     _mongoDatabaseConnection = new DatabaseConnection(_mongoServerConnection, MONGO_DATABASE_1_NAME);
     _mongoDatabaseConnection.ConnectAsyncDelegate(_mongoDatabaseConnection_Connected);
     _databaseConnectionAutoResetEvent.WaitOne();
 }