Click or drag to resize

DataMonitorExporterTransmitData Method

Performs the transmission of time-series data for the export.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override void TransmitData(
	Export export,
	IList<IDataPoint> dataToTransmit
)
View Source

Parameters

export  Export
Export whose time-series data os to be transmitted.
dataToTransmit  IListIDataPoint
Collection of time-series data to be transmitted.
See Also