Click or drag to resize

ServiceHelperOnUpdatedStatus Method

Raises the UpdatedStatus event with the updated status message.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnUpdatedStatus(
	Guid clientID,
	string status,
	UpdateType type
)
View Source

Parameters

clientID  Guid
ID of the client receiving the message.
status  String
Updated status message.
type  UpdateType
UpdateType of status message.
Remarks
This overload combines string.Format and SendStatusMessage for convenience.
See Also