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
.NET Framework (current version)
Initializes a new instance of the TaskFactory class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | TaskFactory() | Initializes a TaskFactory instance with the default configuration. |
![]() | TaskFactory(CancellationToken) | Initializes a TaskFactory instance with the specified configuration. |
![]() | TaskFactory(CancellationToken, TaskCreationOptions, TaskContinuationOptions, TaskScheduler^) | Initializes a TaskFactory instance with the specified configuration. |
![]() | TaskFactory(TaskCreationOptions, TaskContinuationOptions) | Initializes a TaskFactory instance with the specified configuration. |
![]() | TaskFactory(TaskScheduler^) | Initializes a TaskFactory instance with the specified configuration. |
Show:
