Request ID
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This is a read-only property.
For session-managed
applications, the RequestId property returns a
unique string identifying the request most recently run on any thread.
For
session-free applications, the RequestId property
returns a unique string identifying the request most recently run
on the current thread. For example:
|
The RequestId cannot be retrieved
by another thread.
The RequestId property returns null if the Application Service is not connected.