RemoveThread() приватный Метод

private RemoveThread ( ) : void
Результат void
Пример #1
0
 /// <summary>
 /// Removes a worker thread from the engine.
 /// </summary>
 public void RemoveThread()
 {
     taskManager.RemoveThread();
     loopManager.RemoveThread();
 }