Click or drag to resize

ExporterBaseExportUpdatedHandler Property

Gets or sets the Delegate to be invoked when an existing Export from the Exports is updated.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected Action<Export> ExportUpdatedHandler { get; set; }
View Source

Property Value

ActionExport
See Also