InvokeSuccessHandler()
(result: InvocationResult<T>) => void
Handler to be called if the method invocation succeeds.
Parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
| result⚓︎ | InvocationResult<T> | Result from the method invocation. |