Click or drag to resize

ServiceHelperSendResponse(Guid, ServiceResponse, Boolean) 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,
	bool async
)
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.
async  Boolean
Flag to determine whether to wait for the send operations to complete.
See Also