Synchronous remote procedures
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
If you run a remote procedure synchronously, the client
application blocks until the remote procedure request completes
and returns to the client. Execution then resumes in the client
after the RUN statement that invoked the remote procedure.