|
RoutingTables.BroadcastMeasurementsHandler Method
|
Event handler for distributing new measurements in a broadcast fashion.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.239-beta
Syntaxfunction BroadcastMeasurementsHandler(sender, e);
View SourceParameters
- sender Object
- Event source reference to adapter that generated new measurements.
- e EventArgs<ICollection<IMeasurement>>
- 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