AttachRSO Method
The AttachRSO method attaches an existing active Remote Server Object to the ASOSession instance. If the Remote Server Object properties indicate that ASOLib should be used, a persistent session context is created in the server application.
The Remote Server Object is exposed as a property of the ASOSession class.
This method should be used only in exceptional situations when a Remote Server Object already exists and is already connected to an OpenROAD Server application. Usually, the Connect method described in
Connect Method (see
Connect Method) should be used.
HRESULT AttachRSO
(
[in] VARIANT * RSO
);
This method uses the following parameter:
RSO
(Required) Specifies an instance of a Remote Server Object that must already be connected to an OpenROAD Server application