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


In This Topic
CloseAllConnections Method
In This Topic
Closes all connections established by the current instance of the emulator.
Syntax
'Declaration
 
Function CloseAllConnections() As ReturnCode
 
'Usage
 
Dim instance As ITerminal
Dim value As ReturnCode
 
value = instance.CloseAllConnections()

Return Value

ReturnCode value indicates success or error conditions.
Remarks
This method disconnects the current connection (if any) and any suspended connections previously established. This method does not affect connections opened by other instances of the emulator.
See Also