Click or drag to resize

RouteMappingHighLatencyLowCpuInjectMeasurements Method

This method will directly inject measurements into the routing table and use a shared local input adapter. For contention reasons, it is not recommended this be its default use case, but it is necessary at times.

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

Parameters

sender  Object
the sender object
measurements  EventArgsICollectionIMeasurement
the event arguments

Implements

IRouteMappingTablesInjectMeasurements(Object, EventArgsICollectionIMeasurement)
See Also