EasyUA Reference
UpdateReferenceTargets(ISystemContext,Dictionary<NodeId,NodeId>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : UpdateReferenceTargets(ISystemContext,Dictionary<NodeId,NodeId>) Method

context
The context.
mappingTable
A table mapping the old node ids to the new node ids.

Glossary Item Box

Recursively updates the targets of references.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim mappingTable As Dictionary(Of NodeId,NodeId)
 
instance.UpdateReferenceTargets(context, mappingTable)
C# 
public virtual void UpdateReferenceTargets( 
   ISystemContext context,
   Dictionary<NodeId,NodeId> mappingTable
)

Parameters

context
The context.
mappingTable
A table mapping the old node ids to the new node ids.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.