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);
        }