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