Click or drag to resize

ExporterBaseProcessExport(String) Method

Processes Export with the specified exportName.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public void ProcessExport(
	string exportName
)
View Source

Parameters

exportName  String
Name of the Export to be processed.

Implements

IExporterProcessExport(String)
Exceptions
ExceptionCondition
InvalidOperationExceptionExport does not exist for the specified exportName.
See Also