System.Transactions.TransactionStateDelegatedSubordinate.ChangeStatePromotedPhase1 C# (CSharp) 메소드

ChangeStatePromotedPhase1() 개인적인 메소드

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