SYNTAX
Event SessionDisconnected (ByRef Sessions As Integer, ByRef SID As String)
DESCRIPTION
This event raises when disconnecting the client form server and
returns the disconnected client session ID.
PARAMETERS
Parameter
Description
Sess...
SYNTAX
Event onGettingNews (ByRef NewsNumber As String, ByRef news As VertexFXNewsSvrAPI.CNews)
DESCRIPTION
This event fires when the client requests to load all news with the
last news number which was received by the client.
PARAMETERS
Paramete...
SYNTAX
Event NewSent (ByRef news As VertexFXNewsSvrAPI.CNew)
DESCRIPTION
This event fire after calling SendNew
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/3408] method
with news object that has been sent successfully....
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
inform...
SYNTAX
Event ServerStatus(ByRef Status As VertexFXNewsSvrAPI.ServerStatus)
DESCRIPTION
This event is raised when the server status changed from connected to
disconnected and vice versa.
PARAMETERS
Key
Description
Status
Connection St...