Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
DISABLE-CONNECTIONS( ) method
DISABLE-CONNECTIONS( ) method
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
DISABLE-CONNECTIONS( )
Returns TRUE if connections are disabled for this server socket object, even if the server socket object was never enabled or was already disabled.