System.Transactions.TransactionStatePromotedEnded.EndCommit C# (CSharp) Method

EndCommit() private method

private EndCommit ( InternalTransaction tx ) : void
tx InternalTransaction
return 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);
        }