'Declaration Public Overloads Sub ResumeDownloadFileAsync( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String Dim customObject As System.Object instance.ResumeDownloadFileAsync(localFilePath, ftpFileName, customObject)
public void ResumeDownloadFileAsync( System.string localFilePath, System.string ftpFileName, System.object customObject )
public procedure ResumeDownloadFileAsync( localFilePath: System.String; ftpFileName: System.String; customObject: System.TObject );
public function ResumeDownloadFileAsync( localFilePath : System.String, ftpFileName : System.String, customObject : System.Object );
public: void ResumeDownloadFileAsync( System.string* localFilePath, System.string* ftpFileName, System.Object* customObject )
public: void ResumeDownloadFileAsync( System.String^ localFilePath, System.String^ ftpFileName, System.Object^ customObject )
Parameters
- localFilePath
- The local file path to download to
- ftpFileName
- The FTP path to download from
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events