System.Transactions.VolatileEnlistmentSPC.Committed C# (CSharp) Method

Committed() private method

private Committed ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void Committed(InternalEnlistment enlistment)
        {
            VolatileEnlistmentEnded.EnterState(enlistment);
            enlistment.Transaction.State.ChangeStateTransactionCommitted(enlistment.Transaction);
        }