OutputAdapterCollectionRemoveMeasurements Method

This function removes a range of measurements from the internal measurement queues. Note that the requested total will be removed from each IOutputAdapter implementation in this OutputAdapterCollection.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.175 -- Release Build+6d9fa6c3f1ee5404e2291e24588a1610a2481c36
public virtual void RemoveMeasurements(
	int total
)

Parameters

total  Int32
Total measurements to remove from the each IOutputAdapter queue.

Implements

IOutputAdapterRemoveMeasurements(Int32)

Remarks

This method is typically only used to curtail size of measurement queue if it's getting too large. If more points are requested than there are points available - all points in the queue will be removed.

See Also