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

Wait for any of the specified tasks to complete.

Syntax
 public static int WaitAny(
   WaitableTask[] tasks
);
Remarks

If any of the tasks has completed, this function returns the index of that task. Otherwise it does not return.

See Also