|
RebroadcastExporterTransmitData Method
|
Performs the transmission of time-series data for the export.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax function TransmitData(export, dataToTransmit);
View SourceParameters
- export Export
- Export whose time-series data os to be transmitted.
- dataToTransmit IListIDataPoint
- Collection of time-series data to be transmitted.
See Also