Try OpenEdge Now
skip to main content
.NET Open Clients
Proxy Objects and Methods : Proxy methods : Common properties : Request ID
 
Request ID
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:
public String
RequestId
The RequestId cannot be retrieved by another thread.
The RequestId property returns null if the Application Service is not connected.