System.Transactions.TransactionStatePromotedEnded.EndCommit C# (CSharp) 메소드

EndCommit() 개인적인 메소드

private EndCommit ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void
        internal override void EndCommit(InternalTransaction tx)
        {
            // Test the outcome of the transaction and respond accordingly.
            Debug.Assert(tx.PromotedTransaction != null, "Promoted state not valid for transaction.");
            PromotedTransactionOutcome(tx);
        }