Description
-
Called when wodXMPP disconnects from server.
Return Type
-
None
Syntax
-
object.Disconnected Owner,
ErrorCode, ErrorText
The Disconnected Method syntax has these parts:
| object |
An expression evaluating to an object
of type IwodXMPPNotify. |
| Owner |
Required. A wodXMPP object. |
| ErrorCode |
Required. A Long value. |
| ErrorText |
Required. A String value. |
Remarks
-
This method is called only if you
implemented IwodXMPPNotify interface in your application,
and wodXMPP.Notification
property has received reference to
instance of your implementation.
After this notification method is called, you are free
to set up wodXMPP properties again and issue Connect
again.
|