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