Previous Topic: Check StatusNext Topic: Ignore Request


Retrieve Results

Use the following code to retrive results:

...
boolean processed=op.ExecuteGetResponse(id,True)
//Perform the retrieval of the results, with blocking turned on 
...
<check results for errors>
...
<retrieve export view data>
...

Note: If required, you can substitute the ExecuteGetResponseXML method for the asynchronous ExecuteGetResponse method.