TaskFactory(TResult) Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| TaskFactory<(Of <(TResult>)>) Properties |
| TaskFactory<(Of <(TResult>)>) Class See Also Send Feedback |
The TaskFactory<(Of <(TResult>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CancellationToken |
Gets the default CancellationToken of this
TaskFactory.
| |
| ContinuationOptions |
Gets the TaskContinuationOptions
value of this TaskFactory{TResult}.
| |
| CreationOptions |
Gets the TaskCreationOptions
value of this TaskFactory{TResult}.
| |
| Scheduler |
Gets the TaskScheduler of this
TaskFactory{TResult}.
|