Skip to main content

What it does

Gets a list of Application Server requests in the current session.

Definition

ServerRequest [] GetRequests( int batchId, int taskId, int sessionId );

Parameters

NameTypeDescription
batchIdintThe ID of the batch
taskIdintThe ID of the task
sessionIdintThe ID of the connection to the Application Server

Returned value

TypeDescription
ServerRequest[]The list of Application Server requests in the current session