uaPLUS Reference
TranslateBrowsePath Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : TranslateBrowsePath Method

context
sourceHandle
relativePath
targetIds
unresolvedTargetIds

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub TranslateBrowsePath( _
   ByVal context As OperationContext, _
   ByVal sourceHandle As Object, _
   ByVal relativePath As RelativePathElement, _
   ByVal targetIds As IList(Of ExpandedNodeId), _
   ByVal unresolvedTargetIds As IList(Of NodeId) _
) 
C# 
public virtual void TranslateBrowsePath( 
   OperationContext context,
   object sourceHandle,
   RelativePathElement relativePath,
   IList<ExpandedNodeId> targetIds,
   IList<NodeId> unresolvedTargetIds
)

Parameters

context
sourceHandle
relativePath
targetIds
unresolvedTargetIds

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.