Beispiel #1
0
 private Task OnDisconnection(Exception ex)
 {
     _serviceControlManager.TurnOffAll();
     return(Task.CompletedTask);
 }