QuickOPC User's Guide and Reference
UAModelClient Constructor(IUAModelProvider)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class > UAModelClient Constructor : UAModelClient Constructor(IUAModelProvider)
Provides data contained in the OPC-UA information model.
Initializes a new instance of the class, with the model provided by the specified model provider.
Syntax
'Declaration
 
Public Function New( _
   ByVal modelProvider As IUAModelProvider _
)
'Usage
 
Dim modelProvider As IUAModelProvider
 
Dim instance As New UAModelClient(modelProvider)
public UAModelClient( 
   IUAModelProvider modelProvider
)
public:
UAModelClient( 
   IUAModelProvider^ modelProvider
)

Parameters

modelProvider
Provides data contained in the OPC-UA information model.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClient Class
UAModelClient Members
Overload List