edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Identifies the pooled connection on which the task is running.

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

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