System.Transactions.DurableEnlistmentCommitting.Committed C# (CSharp) Méthode

Committed() private méthode

private Committed ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Résultat void
        internal override void Committed(InternalEnlistment enlistment)
        {
            // Transition to the ended state
            DurableEnlistmentEnded.EnterState(enlistment);

            // Make the transaction commit
            enlistment.Transaction.State.ChangeStateTransactionCommitted(enlistment.Transaction);
        }