OpcReadNodeHistoryProcessedDetails Members

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

OpcReadNodeHistoryProcessedDetails(DateTime, DateTime, IEnumerable<OpcNodeId>)

C#

public OpcReadNodeHistoryProcessedDetails(DateTime startTime, DateTime endTime, IEnumerable<OpcNodeId> aggregateTypes)


Parameters

startTime DateTime


endTime DateTime


aggregateTypes IEnumerable<OpcNodeId>



Exceptions

ArgumentException

The startTime or endTime is equals MinValue.

ArgumentNullException


OpcReadNodeHistoryProcessedDetails(DateTime, DateTime, OpcNodeId[])

C#

public OpcReadNodeHistoryProcessedDetails(DateTime startTime, DateTime endTime, params OpcNodeId[] aggregateTypes)


Parameters

startTime DateTime


endTime DateTime


aggregateTypes OpcNodeId[]



Exceptions

ArgumentException

The startTime or endTime is equals MinValue.

AggregateConfiguration

C#

public OpcAggregateConfiguration AggregateConfiguration { get; }


Property Value

OpcAggregateConfiguration

AggregateInterval

C#

public double AggregateInterval { get; set; }


Property Value

Double

AggregateTypes

C#

public OpcNodeIdCollection AggregateTypes { get; }


Property Value

OpcNodeIdCollection

EndTime

C#

public DateTime EndTime { get; set; }


Property Value

DateTime



Exceptions

ArgumentException

The value is equals MinValue.

StartTime

C#

public DateTime StartTime { get; set; }


Property Value

DateTime



Exceptions

ArgumentException

The value is equals MinValue.