Exemplo n.º 1
0
 private void CancelReqHandle()
 {
     ClosingConnection?.Invoke(this, new EventArgs());
     CancellationEvent?.Invoke(this, new EventArgs());
     StateProcess = StateProcessEnum.Cancelled;
 }
Exemplo n.º 2
0
 public void LostCustomerConnection()
 {
     CancellationEvent?.Invoke(this, new EventArgs());
     StateProcess = StateProcessEnum.Cancelled;
 }