System.Transactions.VolatileEnlistmentDone.ChangeStatePreparing C# (CSharp) 메소드

ChangeStatePreparing() 개인적인 메소드

private ChangeStatePreparing ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal override void ChangeStatePreparing(InternalEnlistment enlistment)
        {
            enlistment.CheckComplete();
        }