System.Transactions.VolatileEnlistmentAborting.EnlistmentDone C# (CSharp) Method

EnlistmentDone() private method

private EnlistmentDone ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void EnlistmentDone(InternalEnlistment enlistment)
        {
            // Move this enlistment to the ended state
            VolatileEnlistmentEnded.EnterState(enlistment);
        }