Click or drag to resize

StatisticsExporterGetStatistics Method

Returns the calculated StatisticsExporterStatistics from buffered data of the specified export.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual StatisticsExporterStatistics GetStatistics(
	Export export
)
View Source

Parameters

export  Export
Export for which statistical values are to be calculated.

Return Value

StatisticsExporterStatistics
The calculated StatisticsExporterStatistics from buffered data of the specified export.
See Also