edtFTPnet/Free - Open-source FTP component for .NET | Download
Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public int TaskID { get; set; }
Visual Basic
Public Property TaskID As Integer
	Get
	Set
Visual C++
public:
property int TaskID {
	int get ();
	void set (int value);
}

See Also