Opc.Ua.Core
NodeStateHierarchyReference Constructor(String,IReference)



Opc.Ua Namespace > NodeStateHierarchyReference Class > NodeStateHierarchyReference Constructor : NodeStateHierarchyReference Constructor(String,IReference)
The path to the source node.
The reference.
Initializes a new instance of the NodeStateHierarchyReference class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sourcePath As String, _
   ByVal reference As IReference _
)
'Usage
 
Dim sourcePath As String
Dim reference As IReference
 
Dim instance As New NodeStateHierarchyReference(sourcePath, reference)
public NodeStateHierarchyReference( 
   string sourcePath,
   IReference reference
)
public:
NodeStateHierarchyReference( 
   String^ sourcePath,
   IReference^ reference
)

Parameters

sourcePath
The path to the source node.
reference
The reference.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeStateHierarchyReference Class
NodeStateHierarchyReference Members
Overload List