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

Wait for all the specified tasks to complete.

Syntax
 public static bool WaitAll(
   WaitableTask[] tasks,
   int timeout
);

Parameters

tasks
All taskes to be waited for.
timeout
Timeout value in milliseconds, or -1 if to wait forever.
Remarks

true if the wait was successful, otherwise false.

See Also