|
ServiceHostBaseDisplayStatusMessage(String, UpdateType, Object) Method
|
Displays a broadcast message to all subscribed clients.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax Protected Overridable Sub DisplayStatusMessage (
status As String,
type As UpdateType,
ParamArray args As Object()
)
function DisplayStatusMessage(status, type, ... args);
View SourceParameters
- status String
- Formatted status message to send to all clients.
- type UpdateType
- UpdateType of message to send.
- args Object
- Arguments of the formatted status message.
See Also