GetNodes method: Session class
Syntax
GetNodes()
Description
Use the GetNodes method to return a collection of both local and remote nodes for the session.
Parameters
None.
Returns
A reference to a collection of nodes if successful, Null otherwise.
Example
&NodeColl = %Session.GetNodes();
Related Topics