public async Task Shutdown()
 {
     await _cluster.Stop();
 }
Exemplo n.º 2
0
 public Task Shutdown()
 {
     return(_cluster.Stop());
 }