Obtaining the return value
- Last Updated: October 14, 2020
- 1 minute read
- OpenEdge
- Version 13.0
- 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 ("").