InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / 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
expression.SuspendCurrentConnection() As Integer
where expression is a variable that represents a Terminal Object

Return Value

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