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

InternalAborted() private method

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return 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.
        }