Try OpenEdge Now
skip to main content
Developing AppServer Applications
Programming ABL Client Applications : Running and managing remote procedures : Running remote procedures
 

Running remote procedures

A remote procedure, whether it runs persistently or non-persistently, is scoped only to the AppServer session in which it runs. The order of execution for a remote procedure, relative to the client, depends on whether you execute it synchronously or asynchronously.
* Synchronous remote procedures
* Asynchronous remote procedures
* RUN statement options for remote procedures
* Passing class-based objects as parameters between an AppServer and an ABL client
* Remote procedure behavior