Click or drag to resize

XmlExporterProcessExport(Export) Method

Processes the export using the current Data.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override void ProcessExport(
	Export export
)
View Source

Parameters

export  Export
Export to be processed.
Exceptions
ExceptionCondition
ArgumentExceptionOutputFile setting is missing from the Settings of the export.
See Also