SuspendCurrentConnection Method
Suspends the current host connection (so that it can be resumed later with ResumeConnection).
int SuspendCurrentConnection()
'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.