Overload List

  NameDescription
Public methodStatic memberOnResult(Task, Action<(Of <<'(Object>)>>))
Invokes the given action with the set result of the task when the task succeeded.
Public methodStatic memberOnResult<(Of <<'(T>)>>)(Task, Action<(Of <<'(T>)>>))
Invokes the given action with the set result of the task when the task succeeded.
Public methodStatic memberOnResult<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(T>)>>))
Invokes the given action with the set result of the task when the task succeeded.
Public methodStatic memberOnResult(Task, Action<(Of <<'(Object>)>>), DispatcherBase)
Invokes the given action with the set result of the task when the task succeeded.
Public methodStatic memberOnResult<(Of <<'(T>)>>)(Task, Action<(Of <<'(T>)>>), DispatcherBase)
Invokes the given action with the set result of the task when the task succeeded.
Public methodStatic memberOnResult<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(T>)>>), DispatcherBase)
Invokes the given action with the set result of the task when the task succeeded.

See Also