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