2
Answers

Task and TaskFactory

Photo of Shantoh Singh

Shantoh Singh

7y
601
1
Hi Friends,
How can I change my code to use TaskFactory. any help would be appreciated.
  1. Task task = new Task(()=> some operation);  
 

Answers (2)