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

nodeId
The nodeId.

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 nodeId As NodeId
Dim value As Node
 
value = instance.ReadNode(nodeId)
C# 
public Node ReadNode( 
   NodeId nodeId
)

Parameters

nodeId
The nodeId.

Return Value

The read Mode object

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.