wodSSH ActiveX Control - Disconnected Method
      
 

Description

Called when wodSSH disconnects from the server.


Return Type

None  


Syntax

object.Disconnected Owner



The Disconnected Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodSSHNotify.
Owner A 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.


Back to product page