Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : PERSISTENT-PROCEDURE attribute
 

PERSISTENT-PROCEDURE attribute

For the AppServer, this attribute returns the proxy remote persistent procedure handle of the remote procedure that contains the internal procedure executed for the specified asynchronous request. For Web services, this attribute returns the Web service procedure object handle.
Data type: HANDLE
Access: Read-only
Applies to: Asynchronous request object handle
This handle is the same as the handle specified by the IN proc-handle option of the RUN statement that executes this request. If the request is running a remote external (not internal) procedure, this attribute contains an invalid handle.