An NDoc Documented Class Library

ExFTPConnection.Synchronized Event

Triggered when synchronization actions have been completed.

public event FTPSyncEventHandler Synchronized;

Event Data

The event handler receives an argument of type FTPSyncEventArgs containing data related to this event. The following FTPSyncEventArgs properties provide information specific to this event.

Property Description
Cancel Determines whether or not the operation should be cancelled.
ConnectionInstanceNumber Identifies the pooled connection on which the task is running.
Exception The exception thrown if a transfer failed.
IsGuiThread Indicates whether or not the event-handler has been invoked on the GUI thread.
LocalDirectory Local directory.
RemoteDirectory Remote directory.
Results Results of synchronization operation.
Succeeded Indicates whether or not the transfer succeeded.
TaskID Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace