System.Transactions.TransactionStatePromotedNonMSDTCSinglePhaseCommit.ChangeStateTransactionCommitted C# (CSharp) 메소드

ChangeStateTransactionCommitted() 개인적인 메소드

private ChangeStateTransactionCommitted ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void
        internal override void ChangeStateTransactionCommitted(InternalTransaction tx)
        {
            // The durable enlistment must have committed.  Go to the committed state.
            TransactionStatePromotedNonMSDTCCommitted.EnterState(tx);
        }