Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops the pending network request issued by the executor.
MyExecutor.abort();
Remarks
The specifics of aborting a request vary depending on how an executor is implemented. However, all executors that derive from WebRequestExecutor must set their state to aborted and must raise the completed event of the associated Sys.Net.WebRequest object.
Note
The executor properties do not contain consistent data after abort has been called.
Example
The following example shows how to abort a request using the default Sys.Net.XMLHttpExecutor class.