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 Constructor

 

Initializes a new instance of the TaskFactory class.

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

NameDescription
System_CAPS_pubmethodTaskFactory()

Initializes a TaskFactory instance with the default configuration.

System_CAPS_pubmethodTaskFactory(CancellationToken)

Initializes a TaskFactory instance with the specified configuration.

System_CAPS_pubmethodTaskFactory(CancellationToken, TaskCreationOptions, TaskContinuationOptions, TaskScheduler^)

Initializes a TaskFactory instance with the specified configuration.

System_CAPS_pubmethodTaskFactory(TaskCreationOptions, TaskContinuationOptions)

Initializes a TaskFactory instance with the specified configuration.

System_CAPS_pubmethodTaskFactory(TaskScheduler^)

Initializes a TaskFactory instance with the specified configuration.

Return to top
Show:
© 2017 Microsoft