Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
TransferRetryLimit Property
In This Topic
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
int TransferRetryLimit {get; set;}
Property Value
The default value is 10. The range of values is 1-9999.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | 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