ConcurrentTransferSettingsAutoRequeue Property
Automatically requeue tasks on connection-failure.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool AutoRequeue { get; set; }
Public Property AutoRequeue As Boolean
Get
Set
public:
property bool AutoRequeue {
bool get ();
void set (bool value);
}
member AutoRequeue : bool with get, set
Property Value
Boolean
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.