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 nodesToBrowse As Opc.Ua.BrowseDescriptionCollection, _
ByVal throwOnError As Boolean _
) As Opc.Ua.ReferenceDescriptionCollection
|
Parameters
- session
- The session.
- nodesToBrowse
- The set of browse operations to perform.
- 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