Adds a retrieve request to the batch.
Syntax
public
void
addRetrieveRequestToBatch
(
IRequest
getRequest
) throws ConnectivityException
Parameters
-
getRequest –
Retrieve request to be added to the batch.
Returns
None
Exceptions
-
ConnectivityException class –
Example 1
batch.addRetrieveRequestToBatch(getrequest);