public override void OnEvent(MsgCompletionRollbackEvent e)
 {
     base.state.CompletionCoordinator.SendAborted(e.Completion);
 }
 public virtual void OnEvent(MsgCompletionRollbackEvent e)
 {
     this.InvalidCompletionMessage(e);
 }
Exemple #3
0
 public virtual void OnEvent(MsgCompletionRollbackEvent e)
 {
     this.InvalidCompletionMessage(e);
 }
 public override void OnEvent(MsgCompletionRollbackEvent e)
 {
     base.state.CompletionCoordinator.SendAborted(e.Completion);
 }
Exemple #5
0
 public override void OnEvent(MsgCompletionRollbackEvent e)
 {
     base.state.TransactionManagerSend.Rollback(e.Completion);
     e.StateMachine.ChangeState(base.state.States.CompletionAborting);
 }
 public void OnEvent(MsgCompletionRollbackEvent e)
 {
     this.TraceNotificationMessage(e);
 }