edtFTPnet/Free - Open-source FTP component for .NET | Download
Identifies the pooled connection on which the task is running.

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

Syntax

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

Remarks

This property applies only to event that are generated from tasks that are run on connections in the connection-pool.

See Also