'DeclarationPublic Function New( _ ByVal modelNodeDescriptor As UAModelNodeDescriptor, _ ByVal browseParameters As UABrowseParameters _ )
'UsageDim modelNodeDescriptor As UAModelNodeDescriptor Dim browseParameters As UABrowseParameters Dim instance As New UABrowseArguments(modelNodeDescriptor, browseParameters)
public UABrowseArguments( UAModelNodeDescriptor modelNodeDescriptor, UABrowseParameters browseParameters )
public: UABrowseArguments( UAModelNodeDescriptor^ modelNodeDescriptor, UABrowseParameters^ 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(Nothingin 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(Nothingin Visual Basic).