Obtaining the return value
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can obtain the return value for a remote procedure that you call
asynchronously by invoking the RETURN-VALUE function
within the event procedure or method that handles the asynchronous request complete
event. This function thus returns the value specified by a corresponding RETURN statement executed in the remote procedure. As for a
synchronous request, if the remote procedure returns no value in the RETURN statement, the RETURN-VALUE function returns the empty string ("").