XDAFileWatcher.ServiceHost.SendResponse C# (CSharp) Method

SendResponse() protected method

Sends an actionable response to client.
protected SendResponse ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success ) : void
requestInfo GSF.ServiceProcess.ClientRequestInfo instance containing the client request.
success bool Flag that determines if this response to client request was a success.
return void
        protected virtual void SendResponse(ClientRequestInfo requestInfo, bool success)
        {
            SendResponseWithAttachment(requestInfo, success, null, null);
        }

Same methods

ServiceHost::SendResponse ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success, string status ) : void