Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Disconnect Method


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