System.Transactions.TransactionStatePromotedNonMSDTCSinglePhaseCommit.ChangeStateTransactionCommitted C# (CSharp) Méthode

ChangeStateTransactionCommitted() private méthode

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