Click or drag to resize

ServiceHelperUpdateStatus(UpdateType, Boolean, String, Object) Method

Provides a status update to all RemoteClients.

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

Parameters

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 all RemoteClients.
args  Object
Arguments to be used for formatting the message.
See Also