OpcDataTypeSystemNodeInfo Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataTypeSystemNodeInfo type exposes the following members.

GetDictionaries()

Retrieves all nodes which are referenced using the HasComponent reference for which the according OpcNodeInfo is represented by the OpcDataTypeDictionaryNodeInfo class.

C#

public OpcDataTypeDictionaryNodeInfo[] GetDictionaries()


Returns

OpcDataTypeDictionaryNodeInfo[]

An array of OpcDataTypeDictionaryNodeInfo objects referenced by the current OpcDataTypeSystemNodeInfo.


Remarks

The time consumed by the first call of the method depends on the availability of the server, because of the nodes are requested on-demand and are cached for subsequent calls. This means, that further requests will take use of already retrieved node information and will not demand additional network resources.