InfoConnect for Unisys
CloseAllConnections Method


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()
ReturnCode 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