Click or drag to resize

DataListenerData Property

Gets the newest time-series data received by the DataListener.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(false)]
public IList<IDataPoint> Data { get; }
View Source

Property Value

IListIDataPoint
Remarks
WARNING: Data is thread unsafe. Synchronized access is required.
See Also