Connectivity Software User's Guide and Reference
UABrowseArguments Constructor(UAModelNodeDescriptor,UABrowseParameters)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > UABrowseArguments Class > UABrowseArguments Constructor : UABrowseArguments Constructor(UAModelNodeDescriptor,UABrowseParameters)
Model node descriptor. Identifies both the OPC-UA server and the node in the server's address space. Must not be null.

The value of this parameter cannot be null (Nothing in Visual Basic).

Specifies which nodes will be returned by browsing the OPC server's address space. Must not be null.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance, specifying the model node descriptor and browse parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal modelNodeDescriptor As UAModelNodeDescriptor, _
   ByVal browseParameters As UABrowseParameters _
)
'Usage
 
Dim modelNodeDescriptor As UAModelNodeDescriptor
Dim browseParameters As UABrowseParameters
 
Dim instance As New UABrowseArguments(modelNodeDescriptor, browseParameters)

Parameters

modelNodeDescriptor
Model node descriptor. Identifies both the OPC-UA server and the node in the server's address space. Must not be null.

The value of this parameter cannot be null (Nothing in Visual Basic).

browseParameters
Specifies which nodes will be returned by browsing the OPC server's address space. Must not be null.

The value of this parameter cannot be null (Nothing in Visual Basic).

Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

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