IOpcRegisterNodesService Interface

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll

Defines a specialized IOpcService´2 which can be used to register one or more nodes for optimized node access.

C#

[CLSCompliant(false)]
public interface IOpcRegisterNodesService : IOpcService<OpcRegisterNodesResponse, OpcRegisterNodesRequest>


Attributes CLSCompliantAttribute


Implements IOpcService<OpcRegisterNodesResponse, Invoke>(UaFx.Services)

Methods

Name Description
RegisterNodes(IEnumerable) Registers one or more nodes for optimized node access using the specified commands.
RegisterNodes(OpcRegisterNode) Registers one or more nodes for optimized node access using the specified commands.