'Declaration Public Overloads Sub DownloadFileAsync( _ 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.DownloadFileAsync(localFilePath, ftpFileName, customObject)
public void DownloadFileAsync( System.string localFilePath, System.string ftpFileName, System.object customObject )
public procedure DownloadFileAsync( localFilePath: System.String; ftpFileName: System.String; customObject: System.TObject );
public function DownloadFileAsync( localFilePath : System.String, ftpFileName : System.String, customObject : System.Object );
public: void DownloadFileAsync( System.string* localFilePath, System.string* ftpFileName, System.Object* customObject )
public: void DownloadFileAsync( System.String^ localFilePath, System.String^ ftpFileName, System.Object^ customObject )
Parameters
- localFilePath
- ftpFileName
- customObject