|
IaonSessionNewMeasurementsHandler Method
|
Event handler for new measurement notifications from input adapters and action adapters.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function NewMeasurementsHandler(sender, e);
View SourceParameters
- 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