Automatically requeue tasks on connection-failure.

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

Syntax

C#
public bool AutoRequeue { get; set; }
Visual Basic
Public Property AutoRequeue As Boolean
	Get
	Set
Visual C++
public:
property bool AutoRequeue {
	bool get ();
	void set (bool value);
}

Remarks

If AutoRequeue is enabled then a task that has been given a failed connection will automatically be requeued if at least one connection is still operational.

See Also