'Declaration
Public Function New( _ ByVal readOnlyModelProvider As IUAReadOnlyModelProvider _ )
'Usage
Dim readOnlyModelProvider As IUAReadOnlyModelProvider Dim instance As New UAModelClient(readOnlyModelProvider)
public UAModelClient( IUAReadOnlyModelProvider readOnlyModelProvider )
public: UAModelClient( IUAReadOnlyModelProvider^ readOnlyModelProvider )
Parameters
- readOnlyModelProvider
- Provides data contained in the OPC-UA information model.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).