Back to product page

Disconnected callback method


Called when wodTelnetDLX disconnects from server.

Syntax

  • Basic
object.Disconnected (Owner)
The Disconnected(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type IwodTelnetNotify
OwnerAn expression evaluating to an object of type wodTelnetDLX

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 event is fired, you are free to set up wodTelnetDLX properties again and issue Connect again.

Platforms

Windows