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
|
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