EnterState() 개인적인 메소드

private EnterState ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
예제 #1
0
 internal override void InternalIndoubt(InternalEnlistment enlistment)
 {
     // Change the enlistment state to InDoubt.
     VolatileEnlistmentInDoubt.EnterState(enlistment);
 }