System.Transactions.DurableEnlistmentActive.InternalAborted C# (CSharp) Method

InternalAborted() private method

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            // Transition to the aborting state
            DurableEnlistmentAborting.EnterState(enlistment);
        }