OpcReadNodesHistoryResponse Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcReadNodesHistoryResponse type exposes the following members.

OpcReadNodesHistoryResponse(IOpcServiceResponseHeader)

C#

[CLSCompliant(false)]
public OpcReadNodesHistoryResponse(IOpcServiceResponseHeader header)


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcReadNodesHistoryResponse(IOpcServiceResponseHeader, HistoryReadResultCollection)

C#

[CLSCompliant(false)]
public OpcReadNodesHistoryResponse(IOpcServiceResponseHeader header, HistoryReadResultCollection results)


Parameters

header IOpcServiceResponseHeader


results HistoryReadResultCollection



Exceptions

ArgumentNullException


OpcReadNodesHistoryResponse(IOpcServiceResponseHeader, HistoryReadResultCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcReadNodesHistoryResponse(IOpcServiceResponseHeader header, HistoryReadResultCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results HistoryReadResultCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException