System.Transactions.TransactionStatePromotedNonMSDTCPhase0.Rollback C# (CSharp) 메소드

Rollback() 개인적인 메소드

private Rollback ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e Exception
리턴 void
        internal override void Rollback(InternalTransaction tx, Exception e)
        {
            ChangeStateTransactionAborted(tx, e);
        }