An NDoc Documented Class Library

ExFTPConnection.OnSynchronized Method 

Called after synchronization ends.

protected internal virtual void OnSynchronized(
   string localDirectory,
   string serverDirectory,
   bool cancelled,
   Exception ex,
   FTPSyncResults results
);

Parameters

localDirectory
Local directory
serverDirectory
Remote directory
cancelled
true if the operation was cancelled (and the file was not deleted).
ex
Exception thrown (if failed)
results
Results of the operation

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace