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