Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / AutoReconnect Property


AutoReconnect Property
Gets or sets a value indicating whether to attempt to reconnect after a disconnection that is not initiated by the emulator.
Syntax
'Declaration
 
Property AutoReconnect As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AutoReconnect = value
 
value = instance.AutoReconnect

Property Value

When this value is true, Reflection attempts to reconnect.
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 and 5250 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