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

ChangeStatePromotedCommitted() private method

private ChangeStatePromotedCommitted ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStatePromotedCommitted(InternalTransaction tx)
        {
            // See comment in ChangeStatePromotedAborted
        }