2
Answers

Task and TaskFactory

Shantoh Singh

Shantoh Singh

7y
570
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)