IOpcDeleteReferencesService Interface

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

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

C#

[CLSCompliant(false)]
public interface IOpcDeleteReferencesService : IOpcService<OpcDeleteReferencesResponse, OpcDeleteReferencesRequest>


Attributes CLSCompliantAttribute


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

Name Description
DeleteReferences(IEnumerable) Deletes one or more references of existing nodes in the address space hierarchy using the commands specified.
DeleteReferences(OpcDeleteReference) Deletes one or more references of existing nodes in the address space hierarchy using the commands specified.