InfoConnect for Unisys VBA Guide
ResumeConnection Function
Identifies the connection to resume. Obtain this from the SuspendCurrentConnection method.
Resumes a previously suspended connection (suspend connections with the SuspendConnection method).
Syntax
object.ResumeConnection( _
   ByVal connectionId As Long _
) As ReturnCode

Parameters

connectionId
Identifies the connection to resume. Obtain this from the SuspendCurrentConnection method.

Return Value

ReturnCode value indicates success or error conditions.
Remarks
Only sessions that were established and suspended in the same copy of Reflection can be resumed. Resuming a connection updates the value of the ConnectionType and ConnectionSettings properties in accordance with the newly resumed connection.
See Also

 

 


2015 Attachmate

Send Feedback