If I have an array of tasks, Task[]. How can I write a continuation that only runs when one or more tasks in the array fails(or is cancelled)?
|
feedback
|
|
I think you should look at the continuation options that you can specify when you set the continuation for a Task.
| |||
|
feedback
|