|
ServiceHostBaseDisplayStatusMessage(String, UpdateType, Boolean) Method
|
Displays a broadcast message to all subscribed clients.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxprotected virtual void DisplayStatusMessage(
string status,
UpdateType type,
bool publishToLog
)
Protected Overridable Sub DisplayStatusMessage (
status As String,
type As UpdateType,
publishToLog As Boolean
)
protected:
virtual void DisplayStatusMessage(
String^ status,
UpdateType type,
bool publishToLog
)
abstract DisplayStatusMessage :
status : string *
type : UpdateType *
publishToLog : bool -> unit
override DisplayStatusMessage :
status : string *
type : UpdateType *
publishToLog : bool -> unit
function DisplayStatusMessage(status, type, publishToLog);
View SourceParameters
- status String
- Status message to send to all clients.
- type UpdateType
- UpdateType of message to send.
- publishToLog Boolean
- Determines if messages should be sent logging engine.
See Also