how to know if a client is connected?


http://www.s-code.com/forum/Topic2007.aspx
Print Topic | Close Window

By daniele.ciattaglia - Tuesday, April 08, 2008
Hi,
is there a method, properties or event to know if one or more clients are connected to the server?

thank you so much in advance
Daniele
By Alex (s-code) - Tuesday, April 08, 2008
There are ISc_ServerXEvents::Connected and ISc_ServerXEvents:: Disconnected events which get raised when a client connects or disconnects from a ServerX server.

At the moment there is now way to retrieve number of connected clients. Although it sounds like a good idea to have such property added to the API.