Beispiel #1
0
        public IDatabaseCommands ForDatabase(string database)
        {
            var newAsyncServerClient = asyncServerClient.ForDatabaseInternal(database);

            if (asyncServerClient == newAsyncServerClient)
            {
                return(this);
            }

            return(new ServerClient(newAsyncServerClient));
        }