IOpcAddReferencesService Interface

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

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

C#

[CLSCompliant(false)]
public interface IOpcAddReferencesService : IOpcService<OpcAddReferencesResponse, OpcAddReferencesRequest>


Attributes CLSCompliantAttribute


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

Name Description
AddReferences(IEnumerable) Adds one or more references to existing nodes in the address space hierarchy using the commands specified.
AddReferences(OpcAddReference) Adds one or more references to existing nodes in the address space hierarchy using the commands specified.