Click or drag to resize

ExporterBaseOnStatusUpdate Method

Raises the StatusUpdate event.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnStatusUpdate(
	string status
)
View Source

Parameters

status  String
Status update message to send to StatusUpdate event.
See Also