'Declaration Public Overloads Sub SynchronizeUploadAsync( _ 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.SynchronizeUploadAsync(localDirectory, ftpDirectory, customObject)
public void SynchronizeUploadAsync( System.string localDirectory, System.string ftpDirectory, System.object customObject )
public procedure SynchronizeUploadAsync( localDirectory: System.String; ftpDirectory: System.String; customObject: System.TObject );
public function SynchronizeUploadAsync( localDirectory : System.String, ftpDirectory : System.String, customObject : System.Object );
public: void SynchronizeUploadAsync( System.string* localDirectory, System.string* ftpDirectory, System.Object* customObject )
public: void SynchronizeUploadAsync( System.String^ localDirectory, System.String^ ftpDirectory, System.Object^ customObject )
Parameters
- localDirectory
- The local directory to upload
- ftpDirectory
- The FTP directory to upload to
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events