Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / Disconnect Method
In This Topic
    Disconnect Method (IbmTerminal)
    In This Topic
    Disconnects from the host. If no connection currently exists, this method is ignored. Use the IsConnected property to determine if a connection already exists.
    Syntax
    expression.Disconnect() 
    where expression is a variable that represents a IbmTerminal Object
    See Also