System.Transactions.TransactionStatePromotedCommitted.ChangeStatePromotedCommitted C# (CSharp) Method

ChangeStatePromotedCommitted() private method

private ChangeStatePromotedCommitted ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStatePromotedCommitted(InternalTransaction tx)
        {
            // This call may come from multiple different events.  Support being told more than once.
        }