Click or drag to resize

StatisticsExporterStatisticsCalculate Method

Calculates StatisticsExporterStatistics from the provided data and clear the data when done.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public void Calculate(
	DataSet data,
	string filerClause
)
View Source

Parameters

data  DataSet
A DataSet containing buffered real-time time-series data.
filerClause  String
Filter clause to be applied for limiting the data included in the calculation.
See Also