Click or drag to resize

IaonSessionNewMeasurementsHandler Method

Event handler for new measurement notifications from input adapters and action adapters.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual void NewMeasurementsHandler(
	Object sender,
	EventArgs<ICollection<IMeasurement>> e
)
View Source

Parameters

sender  Object
Event source reference to the adapter that is reporting new measurements.
e  EventArgsICollectionIMeasurement
Event arguments for event that contains references to the new measurements.
See Also