Click or drag to resize

ServiceHelperUpdateStatus(Guid, UpdateType, Boolean, String, Object) Method

Provides a status update to the specified client.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void UpdateStatus(
	Guid client,
	UpdateType type,
	bool publishToLog,
	string message,
	params Object[] args
)
View Source

Parameters

client  Guid
ID of the client to whom the message is to be sent.
type  UpdateType
One of the UpdateType values.
publishToLog  Boolean
Determines if messages should be sent logging engine.
message  String
Text message to be transmitted to the client.
args  Object
Arguments to be used for formatting the message.
See Also