Description
-
Called when wodSSH disconnects from the server.
Return Type
-
None
Syntax
-
object.Disconnected Owner
The Disconnected Method syntax has these parts:
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.
|