Syntax
Event SessionConnected(ByRef Count As integer, ByRef Session As HSServerDLL.CoSession)
Description
This event is raised after number of connected clients to the server.
You can use this event to know number of connected sessions and all information about the new connected session.
Parameters
Key | Description |
Count | Number of connected clients, value of type Integer. |
Session | the connected session object,valueof type CoSession |
Related Topics: