Task<TResult>.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<TResult> instances.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.Tasks.TaskFactory<TResult>A default instance of TaskFactory<TResult>.
The factory returned from Factory is a default instance of TaskFactory<TResult>, as would result from using the default constructor on the factory type.
Show: