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