Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ConnectionSuspended Event
In This Topic
ConnectionSuspended Event
In This Topic
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 Integer, _
   ByVal connectionType As ConnectionTypeOption, _
   ByVal connectionSettings As Object _
) 

Parameters

sender
connectionId
connectionType
This is a ConnectionTypeOption Enumeration.
connectionSettings
See Also