|
IOutputAdapterRemoveMeasurements Method
|
Implementations of this function should remove a range of measurements from the internal measurement queue.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax void RemoveMeasurements(
int total
)
Sub RemoveMeasurements (
total As Integer
)
void RemoveMeasurements(
int total
)
abstract RemoveMeasurements :
total : int -> unit
function RemoveMeasurements(total);
Parameters
- total 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 should be removed.
See Also