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()
int SuspendCurrentConnection()
Return Value
A numeric identifier for the suspended connection that can be used to later resume the connection.
See Also