Previous Topic: Retrieve ResultsNext Topic: Security Processing


Ignore Request

Use the following code to ignore a request:

...
proxy.AsyncIgnoreResponse(id)
//Processes the ignore request on the request indicated by the id 
...