TaskFactory Properties
From Task Parallel System.Threading
The TaskFactory type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CancellationToken |
Gets the default CancellationToken of this
TaskFactory.
| |
| ContinuationOptions |
Gets the TaskContinuationOptions
value of this TaskFactory.
| |
| CreationOptions |
Gets the TaskCreationOptions
value of this TaskFactory.
| |
| Scheduler |
Gets the TaskScheduler of this
TaskFactory.
|