System.Transactions.TransactionStatePromotedNonMSDTCEnded.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.
            PromotedTransactionOutcome(tx);
        }