Table of Contents
WaitableTask.WaitAll Method (WaitableTask[])

Wait for all the specified tasks to complete.

Syntax
 public static bool WaitAll(
   WaitableTask[] tasks
);
Remarks

true if the wait was successful, otherwise false.

See Also