public async Task TearDown()
 {
     if (_client != null)
     {
         await _client.DisposeAsync();
     }
     _client = null;
 }
        public async Task TearDown()
        {
            if (_dictionary != null)
            {
                await _dictionary.DestroyAsync();
            }
            _dictionary = null;

            if (_client != null)
            {
                await _client.DisposeAsync();
            }
            _client = null;
        }
Beispiel #3
0
        public async Task TearDown()
        {
            if (_map != null)
            {
                await _map.DestroyAsync();
            }
            _map = null;

            if (_client != null)
            {
                await _client.DisposeAsync();
            }
            _client = null;
        }
        public async Task TearDown()
        {
            await _client.DisposeAsync();

            _client = null;
        }