|
ServiceHelperUpdateStatus(Guid, UpdateType, String, Object) Method
|
Provides a status update to the specified client.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax function UpdateStatus(client, type, message, ... args);
View SourceParameters
- client Guid
- ID of the client to whom the message is to be sent.
- type UpdateType
- One of the UpdateType values.
- message String
- Text message to be transmitted to the client.
- args Object
- Arguments to be used for formatting the message.
See Also