Overload List
| Name | Description | |
|---|---|---|
| WhenFailed(Task, Action) |
The given Action will be performed when the task fails.
| |
| WhenFailed(Task, Action<(Of <<'(Task>)>>)) |
The given Action will be performed when the task fails.
| |
| WhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action) |
The given Action will be performed when the task fails.
| |
| WhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(Task<(Of <<'(T>)>>)>)>>)) |
The given Action will be performed when the task fails.
| |
| WhenFailed(Task, Action<(Of <<'(Task>)>>), DispatcherBase) |
The given Action will be performed when the task fails.
| |
| WhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(Task<(Of <<'(T>)>>)>)>>), DispatcherBase) |
The given Action will be performed when the task fails.
|