System.Transactions.VolatileEnlistmentSPC.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)
        {
            VolatileEnlistmentEnded.EnterState(enlistment);
            enlistment.Transaction.State.ChangeStateTransactionCommitted(enlistment.Transaction);
        }