Overload List
Name | Description | |
---|---|---|
![]() ![]() | OnResult(Task, Action<(Of <<'(Object>)>>)) |
Invokes the given action with the set result of the task when the task succeeded.
|
![]() ![]() | OnResult<(Of <<'(T>)>>)(Task, Action<(Of <<'(T>)>>)) |
Invokes the given action with the set result of the task when the task succeeded.
|
![]() ![]() | OnResult<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(T>)>>)) |
Invokes the given action with the set result of the task when the task succeeded.
|
![]() ![]() | OnResult(Task, Action<(Of <<'(Object>)>>), DispatcherBase) |
Invokes the given action with the set result of the task when the task succeeded.
|
![]() ![]() | OnResult<(Of <<'(T>)>>)(Task, Action<(Of <<'(T>)>>), DispatcherBase) |
Invokes the given action with the set result of the task when the task succeeded.
|
![]() ![]() | OnResult<(Of <<'(T>)>>)(Task<(Of <<'(T>)>>), Action<(Of <<'(T>)>>), DispatcherBase) |
Invokes the given action with the set result of the task when the task succeeded.
|