Waits for any of the provided cancellable System.Threading.Tasks.Task objects to complete execution.
- tasks
- An array of System.Threading.Tasks.Task instances on which to wait.
- cancellationToken
- A TaskFactory.CancellationToken to observe while waiting for a task to complete.
The index of the completed task in the tasks array argument.