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

session
view
nodeToBrowse
throwOnError

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 view As Opc.Ua.ViewDescription, _
   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.ViewDescription view,
   Opc.Ua.BrowseDescription nodeToBrowse,
   bool throwOnError
)

Parameters

session
view
nodeToBrowse
throwOnError

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.