uaPLUS Reference
TranslateBrowsePathsToNodeIds Method
See Also  Send Feedback
Opc.Ua.Server Namespace > MasterNodeManager Class : TranslateBrowsePathsToNodeIds Method

context
browsePaths
results
diagnosticInfos

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub TranslateBrowsePathsToNodeIds( _
   ByVal context As OperationContext, _
   ByVal browsePaths As BrowsePathCollection, _
   ByRef results As BrowsePathResultCollection, _
   ByRef diagnosticInfos As DiagnosticInfoCollection _
) 
C# 
public virtual void TranslateBrowsePathsToNodeIds( 
   OperationContext context,
   BrowsePathCollection browsePaths,
   out BrowsePathResultCollection results,
   out DiagnosticInfoCollection diagnosticInfos
)

Parameters

context
browsePaths
results
diagnosticInfos

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.