Back to product page

TransferEnd callback method


Called when file transfer ends.

Syntax

  • Basic
object.TransferEnd (Owner, ErrorText)
The TransferEnd(object,Owner,ErrorText) syntax has these parts:
objectAn expression evaluating to an object of type IwodTelnetNotify
OwnerAn expression evaluating to an object of type wodTelnetDLX
ErrorTextA String value. Text description of the error, if any.

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.

This notification method is called after transfer completes - successfully or not. If there were errors in the transfer, ErrorText argument will provide text description of the error.

Platforms

Windows