InfoConnect for Airlines VBA Guide
ConnectionSuspended Event
This event is triggered when the connection to the host has been suspended.
Syntax
private Sub Terminal_ConnectionSuspended (
   ByVal sender As Object, _
   ByVal connectionId As Long, _
   ByVal connectionType As ConnectionTypeOption, _
   ByVal connectionSettings As Object _
) 

Parameters

sender
connectionId
connectionType
connectionSettings
See Also