|
ServiceHostBaseSendResponse(ClientRequestInfo, Boolean, String, Object) Method
|
Sends an actionable response to client with a formatted message.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function SendResponse(requestInfo, success, status, ... args);
View SourceParameters
- requestInfo ClientRequestInfo
- ClientRequestInfo instance containing the client request.
- success Boolean
- Flag that determines if this response to client request was a success.
- status String
- Formatted status message to send with response.
- args Object
- Arguments of the formatted status message.
See Also