Provides support for creating and scheduling System.Threading.Tasks.Task`1 objects.
See Also: TaskFactory<TResult> Members
- TResult
- Documentation for this section has not yet been entered.
The System.Threading.Tasks.TaskFactory`1 class encodes some common System.Threading.Tasks.Task`1 patterns into methods that pick up default settings, which are configurable through its constructors.
A default instance of System.Threading.Tasks.TaskFactory`1 is available through the Task`1.Factory property.