GetGenericAsyncResponse
Use this method to retrieve the result of a task that was sent to the server using the ExecuteGenericAsyncRequest method.
Tip
See also: Executing methods asynchronously
Input
Item | Format | Description |
---|---|---|
ticket | String | The ticket that was returned by the ExecuteGenericAsyncRequest method. |
Output
Item | Format | Description |
---|---|---|
GetGenericAsyncResponseResult | Depending on the task | The result of the task that was sent to the server using the ExecuteGenericAsyncRequest method. |