System.Transactions.VolatileEnlistmentPrepared.InternalIndoubt C# (CSharp) Method

InternalIndoubt() private method

private InternalIndoubt ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void InternalIndoubt(InternalEnlistment enlistment)
        {
            // Change the enlistment state to InDoubt.
            VolatileEnlistmentInDoubt.EnterState(enlistment);
        }