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

In This Topic
    IIbmTerminal Interface Methods
    In This Topic

    For a list of all members of this type, see IIbmTerminal members.

    Public Methods
     NameDescription
     MethodAdds a reference to a session file that contains macros you want to share with the current session to the VBA References settings. After you add the reference, the macros in that file are available to the current session. When you save your session, the macros are saved in your current session document file and updated each time you reopen your session.  
     MethodCloses the terminal session with the close option.  
     MethodConnects to the host.  
     MethodDisconnects from the host.  
     MethodExecute a given action. Actions possible is defined in InputMapActionID.  
     MethodIssues a request to the Management and Security Server for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.  
     MethodRetrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.  
     Method

    Removes a reference to a session document file from the VBA References settings. After you remove this file name, the macros in that file are no longer available in the current session. To make this change permanent, you'll need to save your session document file.

     
     MethodSaves all settings.  
     MethodSaves all settings to the specified file.  
     MethodSaves a session as a compound session document.  
    Top
    See Also