wodTelnetDLX ActiveX Control - TransferEnd Method
      
 

Description

Called when file transfer ends.


Return Type

None  


Syntax

object.TransferEnd Owner, ErrorText



The TransferEnd Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetNotify.
Owner Required. A wodTelnetDLXCom object. Reference to wodTelnetDLXCom instance that called this callback method.
ErrorText Required. A 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.