C# Class Quickstarts.HistoricalEvents.Server.HistoricalEventsNodeManager.HistoryReadRequest

Stores a read history request.
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
ContinuationPoint byte[]
Events LinkedList
Filter Opc.Ua.EventFilter
FilterContext Opc.Ua.FilterContext
NumValuesPerNode uint
TimeFlowsBackward bool

Property Details

ContinuationPoint public property

public byte[] ContinuationPoint
return byte[]

Events public property

public LinkedList Events
return LinkedList

Filter public property

public EventFilter,Opc.Ua Filter
return Opc.Ua.EventFilter

FilterContext public property

public FilterContext,Opc.Ua FilterContext
return Opc.Ua.FilterContext

NumValuesPerNode public property

public uint NumValuesPerNode
return uint

TimeFlowsBackward public property

public bool TimeFlowsBackward
return bool