|
ITFtpTransferRetryCount Property
|
Number of times that a RetryTimeout may occur before the transfer is cancelled with a TimeoutError.
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax int RetryCount { get; set; }
Property RetryCount As Integer
Get
Set
property int RetryCount {
int get ();
void set (int value);
}
abstract RetryCount : int with get, set
function get_RetryCount();
function set_RetryCount(value);
View SourceProperty Value
Int32See Also