|   | 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.257-beta
 Syntax
SyntaxPublic Overridable Sub NewMeasurementsHandler ( 
	sender As Object,
	e As EventArgs(Of ICollection(Of IMeasurement))
)
function NewMeasurementsHandler(sender, e);
Parameters
- 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
See Also