OutputAdapterBaseRemoveMeasurements Method
This removes a range of measurements from the internal measurement queue.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public virtual void RemoveMeasurements(
int total
)
Public Overridable Sub RemoveMeasurements (
total As Integer
)
public:
virtual void RemoveMeasurements(
int total
)
function RemoveMeasurements(total);
- total Int32
[Missing <param name="total"/> documentation for "M:Gemstone.Timeseries.Adapters.OutputAdapterBase.RemoveMeasurements(System.Int32)"]
IOutputAdapterRemoveMeasurements(Int32)
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.