Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferRetryLimit Property


TransferRetryLimit Property
Returns or specifies how many consecutive times to attempt to transmit a packet before abandoning a file transfer.
Syntax
'Declaration
 
Property TransferRetryLimit As Integer
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.TransferRetryLimit = value
 
value = instance.TransferRetryLimit

Property Value

The default value is 10. The range of values is 1-9999.
Exceptions
ExceptionDescription
Thrown if a value outside the range of valid values is specified.
Remarks
The interval between retries is determined by the TransferReceiveTimeout property. This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). The default value is 10. The range of values is 1-9999.
See Also