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.
        }