Table of Contents
WaitableTask.WaitAll Method
Overload List
Name Description
static bool WaitAll(WaitableTask[], int); Wait for all the specified tasks to complete.
static bool WaitAll(WaitableTask[]); Wait for all the specified tasks to complete.
See Also