IOutputAdapterRemoveMeasurements Method
Implementations of this function should remove a range of measurements from the internal measurement queue.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
void RemoveMeasurements(
int total
)
Sub RemoveMeasurements (
total As Integer
)
void RemoveMeasurements(
int total
)
function RemoveMeasurements(total);
Parameters
- total Int32
[Missing <param name="total"/> documentation for "M:Gemstone.Timeseries.Adapters.IOutputAdapter.RemoveMeasurements(System.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 should be removed.