OutputAdapterBaseRemoveMeasurements Method

This removes a range of measurements from the internal measurement queue.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public virtual void RemoveMeasurements(
	int total
)

Parameters

total  Int32

[Missing <param name="total"/> documentation for "M:Gemstone.Timeseries.Adapters.OutputAdapterBase.RemoveMeasurements(System.Int32)"]

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