Click or drag to resize

ServiceHelperSendResponse(Guid, ServiceResponse) Method

Sends the specified response to the specified client only.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void SendResponse(
	Guid client,
	ServiceResponse response
)
View Source

Parameters

client  Guid
ID of the client to whom the response is to be sent.
response  ServiceResponse
The ServiceResponse to be sent to the client.
See Also