TaskFactory Constructor (TaskCreationOptions, TaskContinuationOptions)
Initializes a TaskFactory instance with the specified configuration.
Assembly: mscorlib (in mscorlib.dll)
public:
TaskFactory(
TaskCreationOptions creationOptions,
TaskContinuationOptions continuationOptions
)
Parameters
- creationOptions
-
Type:
System.Threading.Tasks::TaskCreationOptions
The default TaskCreationOptions to use when creating tasks with this TaskFactory.
- continuationOptions
-
Type:
System.Threading.Tasks::TaskContinuationOptions
The default TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The creationOptions argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for FromAsync. -or- The continuationOptions argument specifies an invalid value. |
With this constructor, the TaskCreationOptions property is initialized to creationOptions, the TaskContinuationOptions property is initialized to continuationOptions, and the TaskScheduler property is initialized to the current scheduler (see Current).
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1