OpcUpdateNodesHistoryResponse Members

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

OpcUpdateNodesHistoryResponse(IOpcServiceResponseHeader)

C#

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


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcUpdateNodesHistoryResponse(IOpcServiceResponseHeader, HistoryUpdateResultCollection)

C#

[CLSCompliant(false)]
public OpcUpdateNodesHistoryResponse(IOpcServiceResponseHeader header, HistoryUpdateResultCollection results)


Parameters

header IOpcServiceResponseHeader


results HistoryUpdateResultCollection



Exceptions

ArgumentNullException


OpcUpdateNodesHistoryResponse(IOpcServiceResponseHeader, HistoryUpdateResultCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcUpdateNodesHistoryResponse(IOpcServiceResponseHeader header, HistoryUpdateResultCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results HistoryUpdateResultCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException