My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
TPL
.
Show all posts
Showing posts with label
TPL
.
Show all posts
Monday, 21 December 2015
OperationCanceledException vs TaskCanceledException when task is canceled
›
In my previous post, "How to cancel a Task" , I mentioned that MSDN recommends throwing OperationCanceledException from a cancel...
2 comments:
Sunday, 20 December 2015
How to cancel a Task
›
It is a good practice to offer users a chance to cancel some long-running operation. Such operation usually has to run asynchronously and i...
›
Home
View web version