Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / AutoReconnect Property


In This Topic
    AutoReconnect Property (IbmPrinter)
    In This Topic
    Gets or sets a value indicating whether to attempt to reconnect after a disconnection that is not initiated by the emulator.
    Syntax
    'Declaration
     
    
    Public Property AutoReconnect As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.AutoReconnect = value
     
    value = instance.AutoReconnect
    public bool AutoReconnect {get; set;}

    Property Value

    When this value is true, Reflection attempts to reconnect. When this value is false, Reflection will stay disconnected.
    Exceptions
    ExceptionDescription
    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

    This property is valid for both 3270 Printer and 5250 Printer connections using Telnet, IBM Comm Server, MS SNA Server, Netware SNA, or 802.2DLC. It is also valid for 3270 connections using Coax DFT or Telnet Extended.

    See Also