Reflection
Disconnect Method (ITerminal)


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