Programming with Reflection
ResumeConnection method
Syntax object.ResumeConnection ConnectionID
Resumes a previously suspended connection (suspend connections with the SuspendConnection method). 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.
ConnectionID Argument Type: Long
Required
Identifies the connection to resume. Obtain this from the SuspendConnection method.