The properties of the FTPCancelableEventArgs class are listed below. For a complete list of FTPCancelableEventArgs class members, see the FTPCancelableEventArgs Members topic.
Cancel | Determines whether or not the operation should be cancelled. |
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
Exception | 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. |
Succeeded | 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). |
FTPCancelableEventArgs Class | EnterpriseDT.Net.Ftp Namespace