InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / Timeout Property


In This Topic
    Timeout Property (IConnectionSettingsTelnet)
    In This Topic
    Specifies the time (in milliseconds) during which InfoConnect attempts to make a connection before timing out.
    Syntax
    'Declaration
     
    
    Property Timeout As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Integer
     
    instance.Timeout = value
     
    value = instance.Timeout
    int Timeout {get; set;}

    Property Value

    The default value is 0. The range of values is 0-65535. This value cannot be changed if the connection is open.
    Remarks
    When this setting is 0 (the default), InfoConnect timeout behavior is determined by your Windows operating system. The timeout period begins after the host name is resolved.
    See Also