Beispiel #1
0
 static private void ClientManagerStopOK(ReplyStop reply)
 {
     Builder.Output("Confirmada detencion de ClientManager.");
     MessageBus.Remove <RequestStop>(_clientManager.Stop);
     MessageBus.Remove <ReplyStop>(ClientManagerStopOK);
     _areEsperaOperacion.Set();
 }
Beispiel #2
0
 static private void NotifierStopOK(ReplyStop reply)
 {
     Builder.Output("Confirmada detencion de Notifier.");
     MessageBus.Remove <RequestStop>(_notifier.Stop);
     MessageBus.Remove <ReplyStop>(NotifierStopOK);
     _areEsperaOperacion.Set();
 }