edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Describes an asynchronous method-call launched by one of ExFTPConnection's Begin__() methods.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class FTPTask : IAsyncResult
Visual Basic
Public Class FTPTask _
	Implements IAsyncResult
Visual C++
public ref class FTPTask : IAsyncResult

Remarks

TaskID is a unique identifier for the asynchronous method-call. It may be passed to [!:ExFTPConnection.CancelTask()] to cancel the task. The properties, Method, [!:MethodName] and Arguments provide information about the synchronous method being called (asynchronously).

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Net.Ftp..::..FTPTask

See Also