edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

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

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