public async void Dispose()
 {
     await InternalClient.StopAsync();
 }
Beispiel #2
0
 /// <inheritdoc/>
 public Task StopAsync()
 {
     return(InternalClient.StopAsync());
 }