Click or drag to resize

IaonSessionOnStatusMessage(Object, String, UpdateType) Method

Raises the StatusMessage event.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnStatusMessage(
	Object sender,
	string status,
	UpdateType type = UpdateType.Information
)
View Source

Parameters

sender  Object
Object source raising the event.
status  String
New status message.
type  UpdateType  (Optional)
UpdateType of status message.
See Also