Describes an asynchronous method-call launched by one of ExFTPConnection's
Begin__() methods.
Namespace: EnterpriseDT.Net.FtpAssembly: 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).