InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / HostCommTimeout Property


In This Topic
    HostCommTimeout Property
    In This Topic
    Gets or sets how many seconds the terminal waits for a host connection response.
    Syntax
    'Declaration
     
    
    Property HostCommTimeout As Integer
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Integer
     
    instance.HostCommTimeout = value
     
    value = instance.HostCommTimeout
    int HostCommTimeout {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is outside the range of valid values.
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    If there is no response from the host in the allotted time, an error results. The default is 60. The range of values is 1 - 9999 seconds.
    See Also