openPDC Historian Help
Data Property
NamespacesTVA.HistorianDataListenerData
Gets the newest time-series data received by the DataListener.
Declaration Syntax
C#Visual BasicVisual C++
[BrowsableAttribute(false)]
public IList<IDataPoint> Data { get; }
<BrowsableAttribute(False)> _
Public ReadOnly Property Data As IList(Of IDataPoint)
[BrowsableAttribute(false)]
public:
property IList<IDataPoint^>^ Data {
	IList<IDataPoint^>^ get ();
}
Remarks
WARNING: Data is thread unsafe. Synchronized access is required.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252