Click or drag to resize

IaonSessionStatusMessage Event

Provides status messages to consumer.

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

Value

EventHandlerEventArgsString, UpdateType
Remarks
Argument1 is the new status message.
Argument2 is the message UpdateType.
See Also