Click or drag to resize

ConfigurationLoaderBaseStatusMessage Event

Occurs when the configuration loader has a message to provide about its current status.

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<string>> StatusMessage
View Source

Value

EventHandlerEventArgsString

Implements

IConfigurationLoaderStatusMessage
See Also