Previous Topic: Check StatusNext Topic: Ignore Request


Retrieve Results

Use the following code to retrieve results:

…
op.ExecuteGetResponse(id,True,&processed) //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 can be substituted for the asynchronous ExecuteGetResponse method.