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