Пример #1
0
 public override void AfterCommit()
 {
     if (transacted)
     {
         try
         {
             resourceHolder.CommitAll();
         }
         catch (NMSException ex)
         {
             throw new SynchedLocalTransactionFailedException("Local NMS transaction failed to commit", ex);
         }
     }
 }