TaskFactory(Of TResult) Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a TaskFactory(Of TResult) instance.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TaskFactory(Of TResult) | Initializes a TaskFactory(Of TResult) instance with the default configuration. |
|
TaskFactory(Of TResult)(CancellationToken) | Initializes a TaskFactory(Of TResult) instance with the default configuration. |
|
TaskFactory(Of TResult)(TaskScheduler) | Initializes a TaskFactory(Of TResult) instance with the specified configuration. |
|
TaskFactory(Of TResult)(TaskCreationOptions, TaskContinuationOptions) | Initializes a TaskFactory(Of TResult) instance with the specified configuration. |
|
TaskFactory(Of TResult)(CancellationToken, TaskCreationOptions, TaskContinuationOptions, TaskScheduler) | Initializes a TaskFactory(Of TResult) instance with the specified configuration. |
Show: