This event is triggered when the suspended connection to the host has been resumed.
private Sub Terminal_ConnectionResumed (
ByVal As Object, _
ByVal As Integer, _
ByVal As ConnectionTypeOption, _
ByVal As Object _
)
Parameters
- sender
- An object.
- connectionId
- An integer.
- connectionType
- The type of connection.This is a ConnectionTypeOption Enumeration.
- connectionSettings
- An object.