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