Syntax
Public Function StopServer () As String
Description
This function is used to stop the server and disconnect all connected gateway sessions.
Parameters
No parameters.
Sample
Private Sub stop_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles stop.Click'CurSer is predefined variable as CVertexCurSvrAPICurSer.StopServer()End Sub
See Also