SYNTAX
Public Sub Remove (ByRef vkey as String)
DESCRIPTION
This method is used to remove the news from Cnews collection by the
given news number.
PARAMETERS
Key
Description
vKey
News number to be removed, value of type String.
SAMPL...
SYNTAX
Public function Item (ByRef vKey as String) As VertexFXNewsSvrAPI.CNew
DESCRIPTION
This method is used to get the CNew
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/3408] object
by the given news number.
PARAMET...
SYNTAX
Public Sub Count () as Interger
DESCRIPTION
This sub procedure is used to get the news count in the Cnews
Collection.
PARAMETERS
No parameters.
SAMPLE
Public WithEvents server As new CVertexFXNewsSvr
Private Sub server_onGettingNews(ByR...
SYNTAX
Public Sub AddNews (ByRef _new As vertexFxNewsSvrAPI.CNew)
DESCRIPTION
This sub procedure used to add news to Cnews collection.
PARAMETERS
Key
Description
_new
New object which should be added. Value of type CNew
[http://www.hyb...
SYNTAX
Public Function SendNew(News as VertexFXNewsSvrAPI.CNew) As Boolean
DESCRIPTION
This Function sends the news of type CNew
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/3408]to
the connected clients. After sendNew...
SYNTAX
Public Function PauseServer() As String
DESCRIPTION
This Function turns the Sever to Pause mode. Connected clients will
remain connected to the server but the process of sending news will
be stopped and there will be no new clients to connect ...
SYNTAX
Public Function StopServer() As String
DESCRIPTION
This function turns the Sever Off if the status of the server was On
so clients cannot connect to the Server.After StopServer method
executes ServerStatus
[http://www.hybridsolutions.com/suppor...
SYNTAX
Public Function StartServer() As String
DESCRIPTION
This Function turns the Sever On if the status of the server is Off
so clients can connect to the Server. After StartServer method
executes ServerStatus
[http://www.hybridsolutions.com/support...