InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferRetryLimit Property


In This Topic
    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
    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