|   | ServiceHostBaseSendResponse(ClientRequestInfo, Boolean) Method | 
        
        
            Sends an actionable response to client.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
SyntaxProtected Overridable Sub SendResponse ( 
	requestInfo As ClientRequestInfo,
	success As Boolean
)
function SendResponse(requestInfo, success);
Parameters
- requestInfo  ClientRequestInfo
- ClientRequestInfo instance containing the client request.
- success  Boolean
- Flag that determines if this response to client request was a success.
 See Also
See Also