GetRequests
What it does
Gets a list of Application Server requests in the current session.
Definition
ServerRequest [] GetRequests( int batchId, int taskId, int sessionId );
Parameters
Name | Type | Description |
batchId | int | The ID of the batch |
taskId | int | The ID of the task |
sessionId | int | The ID of the connection to the Application Server |
Returned value
Type | Description |
ServerRequest[] | The list of Application Server requests in the current session |
4/12/2024 6:16:03 PM