System.Transactions.VolatileEnlistmentPreparingAborting.InternalAborted C# (CSharp) Метод

InternalAborted() приватный Метод

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат 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.
        }