|
ServiceHelperSendResponse(Guid, ServiceResponse, Boolean) Method
|
Sends the specified response to the specified client only.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax function SendResponse(client, response, async);
View SourceParameters
- client Guid
- ID of the client to whom the response is to be sent.
- response ServiceResponse
- The ServiceResponse to be sent to the client.
- async Boolean
- Flag to determine whether to wait for the send operations to complete.
See Also