System.Transactions.VolatileEnlistmentPrepared.InternalIndoubt C# (CSharp) Метод

InternalIndoubt() приватный Метод

private InternalIndoubt ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат void
        internal override void InternalIndoubt(InternalEnlistment enlistment)
        {
            // Change the enlistment state to InDoubt.
            VolatileEnlistmentInDoubt.EnterState(enlistment);
        }