edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ConcurrentTransferSettingsAutoRequeue Property

Automatically requeue tasks on connection-failure.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool AutoRequeue { get; set; }

Property Value

Boolean

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