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