RouteMappingDoubleBufferQueueInjectMeasurements 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.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public void InjectMeasurements(
	Object? sender,
	EventArgs<ICollection<IMeasurement>>? measurements
)

Parameters

sender  Object
the sender object
measurements  EventArgsICollectionIMeasurement
the event arguments

Implements

IRouteMappingTablesInjectMeasurements(Object, EventArgsICollectionIMeasurement)

See Also