openPDC Historian Help
ProcessRealTimeData Method (sender, e)
NamespacesTVA.Historian.ExportersExporterBaseProcessRealTimeData(Object, EventArgs<(Of <(IList<(Of <(IDataPoint>)>)>)>))
Handles the DataExtracted event for all the Listeners.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void ProcessRealTimeData(
	Object sender,
	EventArgs<IList<IDataPoint>> e
)
Protected Overridable Sub ProcessRealTimeData ( _
	sender As Object, _
	e As EventArgs(Of IList(Of IDataPoint)) _
)
protected:
virtual void ProcessRealTimeData(
	Object^ sender, 
	EventArgs<IList<IDataPoint^>^>^ e
)
Parameters
sender (Object)
DataListener object that raised the event.
e (EventArgs<(Of <(IList<(Of <(IDataPoint>)>)>)>))
EventArgs object where Argument()()() is the collection of real-time time-sereis data received.

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