PauseServer
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 02 September 2020 12:16 PM

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 as long as the Server is paused. After PauseServer method executes, ServerStatus event is fired .

Parameters

No parameters.

Sample

 Public WithEvents server As new CVertexFXNewsSvr

 Private Sub Pause_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Pause.Click

        server.PauseServer ()

 End Sub 

 


See Also


VertexFX News API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions