Click or drag to resize

IExporterStatusUpdate 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
event EventHandler<EventArgs<string>> StatusUpdate
View Source

Value

EventHandlerEventArgsString
Remarks
Argument is the status update message.
See Also