December 2019
Intermediate to advanced
346 pages
9h 8m
English
We can also create a task using the StartNew method of the TaskFactory class, as follows. In this approach, the task is created and scheduled for execution inside the ThreadPool and a reference of that Task is returned to the caller.
We can create a task using the Task.Factory.StartNew method. We'll go over this in the following subsections.
Read now
Unlock full access