Esempio n. 1
0
 public void Rollback(Enlistment enlistment)
 {
     QueueManager.Backout();
     enlistment.Done();
 }
Esempio n. 2
0
 public void InDoubt(Enlistment enlistment)
 {
     QueueManager.Backout();
     enlistment.Done();
 }