Back to product page

Disconnected event


Fires when wodHttpDLX disconnects from the server.

Syntax

  • Basic
Private Sub object_Disconnected(ErrorCode, ErrorText)
The Disconnected(object,ErrorCode,ErrorText) syntax has these parts:
objectA wodHttpDLX object.
ErrorCodeA Long value. Holds error number that occured, if any.
ErrorTextA String value. Holds test descruption of the error.

Remarks

This event is fired when communication with a remote server is successfully terminated, or connection was closed due to the error. Communication may end either due to server's action, or as a result of Disconnect method.

Platforms

Windows