Click or drag to resize

ExporterBase.StatusUpdate Event

Occurs when the exporter want to provide a status update.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.230-beta
Syntax
public event EventHandler<EventArgs<string>> StatusUpdate
View Source

Value

EventHandler<EventArgs<String>>

Implements

IExporter.StatusUpdate
Remarks
Argument is the status update message.
See Also