System.Transactions.TransactionStateDelegatedSubordinate.ChangeStatePromotedPhase0 C# (CSharp) Method

ChangeStatePromotedPhase0() private method

private ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStatePromotedPhase0(InternalTransaction tx)
        {
            TransactionStatePromotedPhase0.EnterState(tx);
        }