You are developing web application using Task parallel library concept. you need to implement cancellation feature for a long running task. Which object do you pass
to the task ?

 Posted by Rajkatie on 8/29/2013 | Category: .NET Framework Interview questions | Views: 3514 | Points: 40
Select from following answers:
  1. CancellationTokenSource
  2. CancellationToken
  3. Volatile
  4. All Above

Show Correct Answer


Source: microsoft exam(C#) | | Alert Moderator 

Comments or Responses

Login to post response