Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TaskFactory<TResult> Constructor

 

Initializes a TaskFactory<TResult> instance.

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

NameDescription
System_CAPS_pubmethodTaskFactory<TResult>()

Initializes a TaskFactory<TResult> instance with the default configuration.

System_CAPS_pubmethodTaskFactory<TResult>(CancellationToken)

Initializes a TaskFactory<TResult> instance with the default configuration.

System_CAPS_pubmethodTaskFactory<TResult>(CancellationToken, TaskCreationOptions, TaskContinuationOptions, TaskScheduler^)

Initializes a TaskFactory<TResult> instance with the specified configuration.

System_CAPS_pubmethodTaskFactory<TResult>(TaskCreationOptions, TaskContinuationOptions)

Initializes a TaskFactory<TResult> instance with the specified configuration.

System_CAPS_pubmethodTaskFactory<TResult>(TaskScheduler^)

Initializes a TaskFactory<TResult> instance with the specified configuration.

Return to top
Show:
© 2017 Microsoft