Request ID
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
For session-managed applications, the _getRequestId() method
returns a unique string identifying the request most recently run
on any thread.
For session-free applications, the _getRequestId() method
returns a unique string identifying the request most recently run
on the current thread. The Request ID cannot be retrieved by another
thread.
The following method throws a com.progress.open4gl.Open4GLException if the
session is not available:
Syntax
|