DISABLE-CONNECTIONS( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Indicates that the AVM no longer listen for or accept new connections on the port associated with the server socket. However, all existing connections are still valid.
Return type: LOGICAL
Applies to: Server socket object handle
Syntax
|
Returns TRUE if connections are disabled for this server socket object, even if the server socket object was never enabled or was already disabled.