edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The FTPTask type exposes the following members.

Methods

  NameDescription
Public methodCancel
Cancels this task (see CancelTask(IAsyncResult).
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldconn

Properties

  NameDescription
Public propertyArguments
Arguments being used.
Public propertyAsyncState
Public propertyAsyncWaitHandle
Public propertyCompletedSynchronously
Public propertyConnection
Connection on which task was executed.
Public propertyIsCompleted
Public propertyMethod
MethodInfo object identifying the synchronous method being called (asynchronously).
Public propertyMethodIdentifier
Name of synchronous method being called (asynchronously).
Public propertyStatus
Current status of the task.
Public propertyTaskID
ID of task.
Public propertyUsePool
Indicates whether or not the task is being executing using the connection pool.

See Also