Click or drag to resize

ExporterBaseStatusUpdate 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.181-beta
Syntax
public event EventHandler<EventArgs<string>> StatusUpdate
View Source

Value

EventHandlerEventArgsString

Implements

IExporterStatusUpdate
Remarks
Argument is the status update message.
See Also