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

InternalAborted() private method

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