edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called after synchronization ends.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected internal virtual void OnSynchronized(
	string localDirectory,
	string serverDirectory,
	bool cancelled,
	Exception ex,
	FTPSyncResults results
)
Visual Basic
Protected Friend Overridable Sub OnSynchronized ( _
	localDirectory As String, _
	serverDirectory As String, _
	cancelled As Boolean, _
	ex As Exception, _
	results As FTPSyncResults _
)
Visual C++
protected public:
virtual void OnSynchronized(
	String^ localDirectory, 
	String^ serverDirectory, 
	bool cancelled, 
	Exception^ ex, 
	FTPSyncResults^ results
)

Parameters

localDirectory
Type: System..::..String
Local directory
serverDirectory
Type: System..::..String
Remote directory
cancelled
Type: System..::..Boolean
true if the operation was cancelled (and the file was not deleted).
ex
Type: System..::..Exception
Exception thrown (if failed)
results
Type: EnterpriseDT.Net.Ftp..::..FTPSyncResults
Results of the operation

See Also