Back to product page

Disconnected method


Called when wodSFTP 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 IwodSFTPNotify.
OwnerA wodSFTPCom object.

Remarks

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

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

Platforms

Windows