Overload List

  NameDescription
Public methodStatic memberWhenFailed(Task, Action)
The given Action will be performed when the task fails.
Public methodStatic memberWhenFailed(Task, Action<(Of <<'(Task>)>>))
The given Action will be performed when the task fails.
Public methodStatic memberWhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action)
The given Action will be performed when the task fails.
Public methodStatic memberWhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(Task<(Of <<'(T>)>>)>)>>))
The given Action will be performed when the task fails.
Public methodStatic memberWhenFailed(Task, Action<(Of <<'(Task>)>>), DispatcherBase)
The given Action will be performed when the task fails.
Public methodStatic memberWhenFailed<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(Task<(Of <<'(T>)>>)>)>>), DispatcherBase)
The given Action will be performed when the task fails.

See Also