GetGenericAsyncMultiResponse
Use this method to retrieve the result of multiple tasks that were sent to the server using the ExecuteGenericAsyncRequest method.
Tip
See also: Executing methods asynchronously
Input
| Item | Format | Description |
|---|---|---|
| tickets | Array of string | The tickets that were returned by the ExecuteGenericAsyncRequest method. |
Output
| Item | Format | Description |
|---|---|---|
| GetGenericAsyncMultiResponseResult | Depending on the task | The result of the task that was sent to the server using the ExecuteGenericAsyncRequest method. |