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

ChangeStatePromotedPhase0() 개인적인 메소드

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