EasyUA Reference
ReadNodes Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : ReadNodes Method

nodeIds
List with nodeId of the nodes to be read.

Glossary Item Box

Reads the values for the node attributes and returns a node object. The server call is made with maxAge=0 and TimestampsToReturn.Neither.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodeIds() As NodeId
Dim value() As Node
 
value = instance.ReadNodes(nodeIds)
C# 
public Node[] ReadNodes( 
   params NodeId[] nodeIds
)

Parameters

nodeIds
List with nodeId of the nodes to be read.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.