Browses multiples nodes in server's address space. Starts from the specified nodes, and returns information about child nodes found.
Parameters
- browseArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UABrowseArguments. Specifies which nodes to browse in an OPC-UA server, and the browse parameters to be used.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
The individual elements of the parameter value cannot be null
(Nothing
in Visual Basic).
Return Value
Array of
OpcLabs.EasyOpc.UA.OperationModel.UANodeElementCollectionResult. Returns an array of results. Each result, when successful, stores the node element collection that is the outcome of the browse. The indices of elements in the output array are the same as those in the input array, .
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also