Click or drag to resize

IaonSessionOnStatusMessage(Object, String, UpdateType, Object) Method

Raises the StatusMessage event with a formatted status message.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnStatusMessage(
	Object sender,
	string formattedStatus,
	UpdateType type,
	params Object[] args
)
View Source

Parameters

sender  Object
Object source raising the event.
formattedStatus  String
Formatted status message.
type  UpdateType
UpdateType of status message.
args  Object
Arguments for formattedStatus.
Remarks
This overload combines string.Format and SendStatusMessage for convenience.
See Also