InfoConnect for Airlines VBA Guide
CloseAllConnections Function
Closes all connections established by the current instance of the emulator.
Syntax
object.CloseAllConnections() As ReturnCode

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 copies of InfoConnect.
See Also