edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Milliseconds to wait for before retrying a failing file-transfer (if RetryCount>0).

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

Syntax

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

Remarks