This documentation is archived and is not being maintained.
Task Constructor
Visual Studio 2010
Initializes a new Task.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Task(Action) | Initializes a new Task with the specified action. |
|
Task(Action, CancellationToken) | Initializes a new Task with the specified action and CancellationToken. |
|
Task(Action, TaskCreationOptions) | Initializes a new Task with the specified action and creation options. |
|
Task(Action<Object>, Object) | Initializes a new Task with the specified action and state. |
|
Task(Action, CancellationToken, TaskCreationOptions) | Initializes a new Task with the specified action and creation options. |
|
Task(Action<Object>, Object, CancellationToken) | Initializes a new Task with the specified action, state, and options. |
|
Task(Action<Object>, Object, TaskCreationOptions) | Initializes a new Task with the specified action, state, and options. |
|
Task(Action<Object>, Object, CancellationToken, TaskCreationOptions) | Initializes a new Task with the specified action, state, and options. |
Show: