Syntax
Public Sub DisconnectThisUsername (ByRef UN As String)
Description
This method is used to disconnect the given username from gateway.
Parameters
Key | Description |
UN | The username to be disconnected, value of type String. |
Sample
Private Sub Disconnect_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Disconnect.Click 'CurSer is predefined variable as CVertexCurSvrAPI CurSer.DisconnectThisusername ("username") End Sub
See Also