FTPTask Class |
Namespace: EnterpriseDT.Net.Ftp
The FTPTask type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| Cancel |
Cancels this task (see CancelTask(IAsyncResult).
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |