TaskFactory.StartNew Method
.NET Framework 4.5
Creates and starts a Task.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Top
Note
|
|---|
|
Use the StartNew method only when you require fine-grained control for a long-running, compute-bound task. Starting with the .NET Framework 4.5, the Task.Run method is the recommended way to launch a compute-bound task. |