LAST-SERVER attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A handle to the last entry in the list of server handles for the current ABL session. This includes both application server objects and Web service server objects.
Data type: HANDLE
Access: Read-only
Applies to: SESSION system handle
Returns
the handle associated with the last entry in the list of all server handles
created in the current session. If the current session has no server handles,
LAST-SERVER has the Unknown value (?). For more information
on server handles, see the Server object handle reference
entry.