StopListen method
Stop the component from listening for new connections.
Applies to
Declaration
procedure StopListen;
Description
Note that any existing connections that have already been established are NOT closed. In order to properly disconnect existing connections as well as stop listening, use DisconnectAllClients.
Blocking: Function blocks until the stop listen succeeds.
Throws: Function does not throw any exceptions.
Events: None.