GetActualRemoteNodes method: Session class
Syntax
GetActualRemoteNodes()
Description
Use the GetActualRemoteNodes method to return a collection of remote nodes for the session.
Note:
This method will only return remote nodes.
Parameters
None.
Returns
A reference to a collection of remote nodes if successful, null otherwise.
Example
&remoteNodeColl = %Session.GetActualRemoteNodes();
Related Topics