System.Threading.Tasks.TaskFactory<TResult> Class

Provides support for creating and scheduling System.Threading.Tasks.Task`1 objects.

See Also: TaskFactory<TResult> Members

Syntax

public class TaskFactory<TResult>

Type Parameters

TResult
Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0