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.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public virtual void RemoveMeasurements(
int total
)
Public Overridable Sub RemoveMeasurements (
total As Integer
)
public:
virtual void RemoveMeasurements(
int total
)
function RemoveMeasurements(total);
- total Int32
- Total measurements to remove from the each IOutputAdapter queue.
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.