Click or drag to resize

OutputAdapterBaseRemoveMeasurements Method

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

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual void RemoveMeasurements(
	int total
)
View Source

Parameters

total  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