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<(Of <(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<(Of <(Object>)>), Object, CancellationToken) |
Initializes a new Task with the specified action, state, snd options.
| |
Task(Action<(Of <(Object>)>), Object, TaskCreationOptions) |
Initializes a new Task with the specified action, state, snd options.
| |
Task(Action<(Of <(Object>)>), Object, CancellationToken, TaskCreationOptions) |
Initializes a new Task with the specified action, state, snd options.
|