WaitForTaskCompletion() 공개 메소드

Blocks the current thread until all tasks have been completed.
public WaitForTaskCompletion ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Waits until all tasks enqueued using enqueueTask are complete.
 /// </summary>
 public void WaitForTaskCompletion()
 {
     taskManager.WaitForTaskCompletion();
 }