|
ServiceHelperUpdateStatus(UpdateType, Boolean, String, Object) Method
|
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic void UpdateStatus(
UpdateType type,
bool publishToLog,
string message,
params Object[] args
)
Public Sub UpdateStatus (
type As UpdateType,
publishToLog As Boolean,
message As String,
ParamArray args As Object()
)
public:
void UpdateStatus(
UpdateType type,
bool publishToLog,
String^ message,
... array<Object^>^ args
)
member UpdateStatus :
type : UpdateType *
publishToLog : bool *
message : string *
args : Object[] -> unit
function UpdateStatus(type, publishToLog, message, ... args);
View SourceParameters
- 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