Click or drag to resize

MultipleDestinationExporterOnStatusMessage Method

Raises the StatusMessage event.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax
protected virtual void OnStatusMessage(
	string status,
	params Object[] args
)
View Source

Parameters

status  String
Status message to report.
args  Object
Format(String, Object) parameters used for status message.
See Also