Deleting asynchronous request handles
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can delete an asynchronous request handle
using the DELETE
OBJECT statement. This frees all resources (memory)
used by this handle. The recommended technique is to delete the handle at the end of the
event procedure or method, using the SELF handle (that
is, DELETE
OBJECT
SELF).