The FTPTask type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancels this task (see CancelTask(IAsyncResult).
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| conn |
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Arguments being used.
| |
| AsyncState | ||
| AsyncWaitHandle | ||
| CompletedSynchronously | ||
| Connection |
Connection on which task was executed.
| |
| IsCompleted | ||
| Method | MethodInfo object identifying the synchronous method being called (asynchronously).
| |
| MethodIdentifier |
Name of synchronous method being called (asynchronously).
| |
| Status |
Current status of the task.
| |
| TaskID |
ID of task.
| |
| UsePool |
Indicates whether or not the task is being executing using the connection pool.
|