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

InternalAborted() private method

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            // If this event comes from multiple places just ignore it.  Continue
            // waiting for the enlistment to respond so that we can respond to it.
        }