Question 1 of 88
Manage Program Flow - Multithreading
You need to implement cancellation for a long running task. Which object do you pass to the task?
CancellationTokenSource
Volatile
CancellationToken
Boolean isCancelled variable