QuickOPC User's Guide and Reference
UANodeIdUAApplicationElementDictionary Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UANodeIdUAApplicationElementDictionary Class
This is a dictionary where the key is an OPC UA node ID, and the value is a an OPC UA application element.
Object Model
UANodeIdUAApplicationElementDictionary ClassUAApplicationElement Class
Syntax
Remarks

 

This QuickOPC service allows management of OPC UA client or server application. The OPC UA Client-Server Application Service has high-level properties and methods for tasks related to maintaining application registrations in the GDS servers, obtaining instance certificate from GDS, refreshing application trust lists from GDS, and similar tasks.

The OPC UA Client-Server Application Service is represented by the IEasyUAClientServerApplication Interface and can be obtained from the EasyUAClient component. It is, however, recommended that you use the common instance of the EasyUAApplication Class instead (see Instance Property). This class implements the IEasyUAClientServerApplication Interface, and the object instance is easier to obtain compared to retrieving the service from the EasyUAClient Class.

For more information about this service, see OPC UA Application.

 

 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      OpcLabs.EasyOpc.UA.UANodeIdUAApplicationElementDictionary

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