IOutputAdapterRemoveMeasurements Method

Implementations of this function should remove a range of measurements from the internal measurement queue.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
void RemoveMeasurements(
	int total
)

Parameters

total  Int32

[Missing <param name="total"/> documentation for "M:Gemstone.Timeseries.Adapters.IOutputAdapter.RemoveMeasurements(System.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 should be removed.

See Also