Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.TransferDataFinished

TElFTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Notifies the component that data transfer has finished.

Declaration

[C#]
    void TransferDataFinished();

[VB.NET]
    Sub TransferDataFinished()

[Pascal]
    procedure TransferDataFinished;

[C++]
    void TransferDataFinished();

[PHP]
    void TransferDataFinished()

[Java]
    void transferDataFinished();

Description

    Call this method to notify the component that data transfer has finished. This method can be used to interrupt the ongoing data transfer.

See also:     OnTransferProgress     OnAbortTransfer     TransferInProgress    

Discuss this help topic in SecureBlackbox Forum