Click or drag to resize

RoutingTablesBroadcastMeasurementsHandler Method

Event handler for distributing new measurements in a broadcast fashion.

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

Parameters

sender  Object
Event source reference to adapter that generated new measurements.
e  EventArgsICollectionIMeasurement
Event arguments containing a collection of new measurements.
Remarks
Time-series framework uses this handler to route new measurements to the action and output adapters; adapter will handle filtering.
See Also