Connectivity Software User's Guide and Reference
UANodeArguments Constructor(UAModelNodeDescriptor)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > UANodeArguments Class > UANodeArguments Constructor : UANodeArguments Constructor(UAModelNodeDescriptor)
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).

Initializes a new instance of the class, specifying the model node descriptor.
Syntax
'Declaration
 
Public Function New( _
   ByVal modelNodeDescriptor As UAModelNodeDescriptor _
)
'Usage
 
Dim modelNodeDescriptor As UAModelNodeDescriptor
 
Dim instance As New UANodeArguments(modelNodeDescriptor)
public UANodeArguments( 
   UAModelNodeDescriptor modelNodeDescriptor
)
public:
UANodeArguments( 
   UAModelNodeDescriptor^ modelNodeDescriptor
)

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

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