The ActionExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AsTask(Action) |
Converts the Action into an inactive Task.
| |
| AsTask<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Converts the Func into an inactive Task.
| |
| RunAsync(Action) |
Starts the Action as async Task.
| |
| RunAsync(Action, TaskDistributor) |
Starts the Action as async Task on the given TaskDistributor.
| |
| RunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Starts the Func as async Task.
| |
| RunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), TaskDistributor) |
Starts the Func as async Task on the given TaskDistributor.
|
Extension Methods
| Name | Description |
|---|