System.Transactions.VolatileEnlistmentInDoubt.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);
        }
VolatileEnlistmentInDoubt