An NDoc Documented Class Library

FTPSyncEventArgs Properties

The properties of the FTPSyncEventArgs class are listed below. For a complete list of FTPSyncEventArgs class members, see the FTPSyncEventArgs Members topic.

Public Instance Properties

Cancel (inherited from FTPCancelableEventArgs) Determines whether or not the operation should be cancelled.
ConnectionInstanceNumber (inherited from FTPEventArgs) Identifies the pooled connection on which the task is running.
Exception (inherited from FTPCancelableEventArgs) The exception thrown if a transfer failed.
IsGuiThread (inherited from FTPEventArgs) 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 (inherited from FTPCancelableEventArgs) Indicates whether or not the transfer succeeded.
TaskID (inherited from FTPEventArgs) Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

FTPSyncEventArgs Class | EnterpriseDT.Net.Ftp Namespace