InfoConnect for Airlines
Attachmate.Reflection.UserControl.IbmHosts Namespace / IbmTerminalControl Class / InitInstance Method / InitInstance(HostType) Method
Host type for the new session


In This Topic
    InitInstance(HostType) Method
    In This Topic
    Initializes this terminal instance with a given HostType.
    Syntax
    'Declaration
     
    
    Public Overloads Sub InitInstance( _
       ByVal hostType As HostType _
    ) 
    'Usage
     
    
    Dim instance As IbmTerminalControl
    Dim hostType As HostType
     
    instance.InitInstance(hostType)
    public void InitInstance( 
       HostType hostType
    )

    Parameters

    hostType
    Host type for the new session
    Remarks
    The InitInstance call is required to initialize the terminal user control with sufficient information to render a terminal user interface.
    See Also