InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object / Disconnect Method
In This Topic
    Disconnect Method (UtsTerminal)
    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 UtsTerminal Object
    See Also