Back to product page

Disconnected event


Fires when wodXMPP disconnects from server.

Syntax

  • Basic
Private Sub object_Disconnected (ByVal ErrorCode, ByVal ErrorText)
The Disconnected(ErrorCode,ErrorText) syntax has these parts:
ErrorCodeA Long value. A Long value. Holds error number that occurred, if any.
ErrorTextA String value. A String value. Holds test description of the error.

Remarks

After this event is fired, you are free to set up wodXMPP properties again and issue Connect again.

Platforms

Windows