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

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

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            // From the Aborting state the transaction may tell the enlistment to abort.  At this point
            // it already knows.  Eat this message.
        }