System.Transactions.DurableEnlistmentActive.InternalAborted C# (CSharp) 메소드

InternalAborted() 개인적인 메소드

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            // Transition to the aborting state
            DurableEnlistmentAborting.EnterState(enlistment);
        }