Tag: TaskCanceledException
Parallelisation Talk examples - Cancelling Tasks
This example showed what happens when tasks are cancelled. In this example, some tasks will be able to run to completion, others will be cancelled and other...
Task status state changes
Over the course of the last couple of months I’ve blogged a lot about the Task Parallel Library and mentioned a number of statuses that a task can have, but...
Cancelling parallel tasks
UPDATE (7-June-2011): The post as it originally appeared had a bug in the code, the catch block in the task caught the wrong exception type. See the Gotcha...
