RemoveThread() 개인적인 메소드

private RemoveThread ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Removes a worker thread from the engine.
 /// </summary>
 public void RemoveThread()
 {
     taskManager.RemoveThread();
     loopManager.RemoveThread();
 }