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

Parameters

sender
connectionId
connectionType
connectionSettings
See Also