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

InternalAborted() 개인적인 메소드

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal override void InternalAborted(InternalEnlistment enlistment)
        {
            VolatileEnlistmentPreparingAborting.EnterState(enlistment);
        }