Back to product page

Disconnected method


Called when wodSSH disconnects from the server.

Type

None

Syntax

  • Basic
object.Disconnected Owner
The Disconnected(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type IwodSSHNotify.
OwnerA wodSSHCom object.

Remarks

This method is called only if you implemented the IwodSSHNotify interface in your application, and the wodSSH.Notification property has received a reference to the instance of your implementation.

After this notification method is called, you are free to set up wodSSH properties again and issue Connect again.

Platforms

Windows