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

ChangeStatePromotedPhase1() private method

private ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStatePromotedPhase1(InternalTransaction tx)
        {
            TransactionStatePromotedPhase1.EnterState(tx);
        }