IOpcAddNodesService Interface

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

Defines a specialized IOpcService´2 which can be used to add one or more nodes into the address space hierarchy.

C#

[CLSCompliant(false)]
public interface IOpcAddNodesService : IOpcService<OpcAddNodesResponse, OpcAddNodesRequest>


Attributes CLSCompliantAttribute


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

Name Description
AddNodes(IEnumerable) Adds one or more nodes into the address space hierarchy using the commands specified.
AddNodes(OpcAddNode) Adds one or more nodes into the address space hierarchy using the commands specified.