System.Transactions.DurableEnlistmentCommitting.Committed C# (CSharp) Метод

Committed() приватный Метод

private Committed ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат 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);
        }