Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SuspendCurrentConnection Method


In This Topic
SuspendCurrentConnection Method
In This Topic
Suspends the current host connection (so that it can be resumed later with ResumeConnection).
Syntax
'Declaration
 
Function SuspendCurrentConnection() As Integer
 
'Usage
 
Dim instance As ITerminal
Dim value As Integer
 
value = instance.SuspendCurrentConnection()

Return Value

A numeric identifier for the suspended connection that can be used to later resume the connection.
See Also