IOpcDeleteNodesService Interface

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

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

C#

[CLSCompliant(false)]
public interface IOpcDeleteNodesService : IOpcService<OpcDeleteNodesResponse, OpcDeleteNodesRequest>


Attributes CLSCompliantAttribute


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

Name Description
DeleteNodes(IEnumerable) Deletes one or more nodes from the address space hierarchy using the commands specified.
DeleteNodes(OpcDeleteNode) Deletes one or more nodes from the address space hierarchy using the commands specified.