RemoveThread() 공개 메소드

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