EasyUA Reference
GetReferences(ISystemContext,IList<IReference>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > GetReferences Method : GetReferences(ISystemContext,IList<IReference>) Method

context
The context for the system being accessed.
references
The list of references to populate.

Glossary Item Box

Populates a list with the non-child related references that belong to the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim references As IList(Of IReference)
 
instance.GetReferences(context, references)
C# 
public virtual void GetReferences( 
   ISystemContext context,
   IList<IReference> references
)

Parameters

context
The context for the system being accessed.
references
The list of references to populate.

Remarks

This method only returns references that are not implied by the parent-child relation or references which are intrinsic to the NodeState classes (e.g. HasTypeDefinition) This method also only returns the reference that are in memory and does not attempt to access an underlying system. The PopulateBrowser method is used to discover those references.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.