Triggered before synchronization actions are begun.
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). |
This event is triggered after all SynchronizingFile events have been triggered.