attach continuations to it according to the following criteria:
a. Continuation task should be executed regardless of the result of the parent task.
b. Continuation task should be executed when the parent task finished without success.
c. Continuation task should be executed when the parent task would be finished with fail and parent task thread should be reused for continuation
d. Continuation task should be executed outside of the thread pool when the parent task would be cancelled
Demonstrate the work of the each case with console utility.
*/
Немного непонятно что конкретно от меня хотят. Как я понял я должен использовать ContinueWith? А как тогда понять c и d/ Может кто скинуть примеры как вообще подобное делается я просто в гугле не нашёл именно этот случай
Обсуждают сегодня