Click or drag to resize

ServiceHelper.UpdateStatusAppendLine(UpdateType, String, Object[]) Method

Provides a line terminated status update to all RemoteClients.

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

Parameters

type  UpdateType
One of the UpdateType values.
message  String
Text message to be transmitted to all RemoteClients.
args  Object[]
Arguments to be used for formatting the message.
See Also