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