edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Number of times to retry a failing file-transfer before giving up.

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

Syntax

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

Remarks

If this value is greater than zero then file-transfer operations will be retried if the given number of times. If the operation has been retried RetryCount times without success then an exception will be thrown.

A delay of RetryDelay milliseconds will separate consecutive retries.

See Also