Description
-
Fires when wodHttpDLX disconnects from the server.
Syntax
-
Private Sub
object_Disconnected(ErrorCode,
ErrorText)
The Disconnected Event syntax has these parts:
| object |
A wodHttpDLX
object. |
| ErrorCode |
A Long value. Holds
error number that occured, if any. |
| ErrorText |
A 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.
|