Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Disconnect Method


In This Topic
Disconnect Method (ITerminal)
In This Topic
Disconnects from the host. If no connection currently exists, this method is ignored.
Syntax
'Declaration
 
Sub Disconnect() 
 
'Usage
 
Dim instance As ITerminal
 
instance.Disconnect()
Remarks
Use the IsConnected property to determine if a connection already exists.
See Also