Cancel all requests
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Cancel all requests
The following methods raise a STOP
condition in the context of each outstanding request on the application server:
|
Note: The
_CancelAllRequests(
) method is not CLS-compliant; it is supported only for
backward compatibility. Progress Software recommends that you use CancelAllRequests( ),
instead.The CancelAllRequests( ) method
is most useful for multi-threaded clients.
The CancelAllRequests(
) method is defined to throw a Progress.Open4GL.Exceptions.Open4GLException.
A
client can call the CancelAllRequests( ) method
to do the following:
- Raise the
STOPcondition on a request that was initiated by any object in the proxy and is running (normally during a long execution). - Normal
STOPcondition processing applies, including the ability to trap theSTOPcondition.