Return type:
Applies to:
DISCONNECT ( )
For a state‑reset or state‑aware AppServer — Control returns immediately to the client application, and any configured Disconnect procedure executes in the connected AppServer agent.
For a stateless AppServer — Any configured Disconnect procedure executes in an available AppServer agent, then control returns to the client application.
For any AppServer with pending asynchronous requests — All running or pending asynchronous requests are cancelled and the corresponding event procedure is called for each request. The CANCELLED attribute on the asynchronous request handle for all such cancelled requests is set to TRUE.For more information on AppServers, see OpenEdge Application Server: Developing AppServer Applications.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |