QuickOPC User's Guide and Reference
CreateWithServerModel Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class : CreateWithServerModel Method
Create a model client with server-resident model.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function CreateWithServerModel() As UAModelClient
'Usage
 
Dim value As UAModelClient
 
value = UAModelClient.CreateWithServerModel()
[NotNull()]
public static UAModelClient CreateWithServerModel()
[NotNull()]
public:
static UAModelClient^ CreateWithServerModel(); 

Return Value

Returns the OPC-UA model client craeted with the server-resident model.
Requirements

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

See Also

Reference

UAModelClient Class
UAModelClient Members