OPCDA.NET-UA
Browse(Session,BrowseDescription,Boolean) Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > Opc.Ua.ClientDA Namespace > ClientUtils Class > Browse Method : Browse(Session,BrowseDescription,Boolean) Method

session
The session.
nodeToBrowse
The NodeId for the starting node.
throwOnError
if set to true a exception will be thrown on an error.

Glossary Item Box

Browses the address space and returns the references found.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Browse( _
   ByVal session As Opc.Ua.Client.Session, _
   ByVal nodeToBrowse As Opc.Ua.BrowseDescription, _
   ByVal throwOnError As Boolean _
) As Opc.Ua.ReferenceDescriptionCollection
C# 
public static Opc.Ua.ReferenceDescriptionCollection Browse( 
   Opc.Ua.Client.Session session,
   Opc.Ua.BrowseDescription nodeToBrowse,
   bool throwOnError
)

Parameters

session
The session.
nodeToBrowse
The NodeId for the starting node.
throwOnError
if set to true a exception will be thrown on an error.

Return Value

The references found. Null if an error occurred.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.