Previous Topic: Check StatusNext Topic: Ignore Request


Retrieve Results

Use the following code to retrieve results:

...
exportView = proxy.AsyncGetResponse(id) //Perform the retrieval of the results
...
<retrieve export view data>
...

Note: If required, you can substitute the AsyncXMLGetResponse, for the asynchronous AsyncGetResponse method.