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

EnlistmentDone() private method

private EnlistmentDone ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void EnlistmentDone(InternalEnlistment enlistment)
        {
            // End this enlistment
            VolatileEnlistmentDone.EnterState(enlistment);

            // Note another enlistment finished.
            enlistment.FinishEnlistment();
        }