Syntax
Public Sub BOConnectionState(IsConnected As Boolean)
This event is raised after login or disconnect methods are executed.
Parameters
Key | Description |
IsConnected | A boolean value set to true if connected and false if disconnected |
Remarks
The connection state can be known by this event, either connected or disconnected (if the value of IsConnected is true then your client is connected and if IsConnected value is false, your client is disconnected).
See Also