Пример #1
0
        public void Dispose()
        {
            try { DefaultChannel.ShutdownAsync().Wait(1000); } catch { }

            try { server.ShutdownAsync().Wait(1000); } catch { }
        }
Пример #2
0
 public void Dispose()
 {
     DefaultChannel.ShutdownAsync().Wait();
     server.ShutdownAsync().Wait();
 }