Click or drag to resize

InputAdapterCollectionOnNewMeasurements(Object, EventArgsICollectionIMeasurement) Method

Raises the NewMeasurements event.

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

Parameters

sender  Object
Event source.
e  EventArgsICollectionIMeasurement
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