- tasks
- The array of tasks from which to continue.
- continuationAction
- The action delegate to execute when all tasks in the tasks array have completed.
- cancellationToken
- The cancellation toke to assign to the new continuation task.
- continuationOptions
- A bitwise combination of the enumeration values that control the behavior of the new continuation task.
- scheduler
- The object that is used to schedule the new continuation task.
The new continuation task.