| 
            
              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.258-beta
Syntaxint 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
Int32
See Also