System.Transactions.VolatileEnlistmentAborting.EnlistmentDone C# (CSharp) 메소드

EnlistmentDone() 개인적인 메소드

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