IOpcService<TResponse, TRequest> Interface

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

Defines a generic interface which is to be used by an OPC UA client application to provide the necessary service-orientated architecture (SOA) to take use of an OPC UA service defined by an OPC UA server.

C#

[CLSCompliant(false)]
public interface IOpcService<TResponse, TRequest>
    where TResponse : IOpcServiceResponse where TRequest : IOpcServiceRequest


Attributes CLSCompliantAttribute

Name Description
Invoke(1) Executes the service using the specified request data.