December 2019
Intermediate to advanced
346 pages
9h 8m
English
In the following code, we are creating a Task by calling the static Run() method on Task and passing a delegate containing the method we want to execute:
Task.Run(delegate {PrintNumber10Times ();});
Read now
Unlock full access