Click or drag to resize

InputAdapterCollection.OnNewMeasurements(Object, EventArgs<ICollection<IMeasurement> > ) Method

Raises the NewMeasurements event.

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

Parameters

sender  Object
Event source.
e  EventArgs<ICollection<IMeasurement>>
New measurements event arguments.
Remarks
This event handler is overridable to allow derived class interception of all measurements flowing out of the InputAdapterCollection.
See Also