Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Function of a Class

Remove the request from the pending requests queue.

The underlying transport of the request is forced into the aborted state (QxConst.REQUEST_STATE_ABORTED) and listeners of the "aborted" signal are notified about the event. If the request isn't in the pending requests queue, this method is a noop.


Parameters

NameTypeMandatoryInfo
vRequestAllfalse

Type

This function is public. It can be used by both user and programmer.

Usage

QxRequestQueue.abort(vRequest);