Task.Factory Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides access to factory methods for creating Task and Task(Of TResult) instances.
Assembly: mscorlib (in mscorlib.dll)
The factory returned from Factory is a default instance of TaskFactory, as would result from using the default constructor on TaskFactory. The most common use of this property is to create a new task and start it in one call to StartNew. For an example, see [c4bc0f44-eba2-4e96-9e03-1cc787461e61].