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

InternalAborted() private method

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            VolatileEnlistmentPreparingAborting.EnterState(enlistment);
        }