Click or drag to resize

ServiceHelperOnSendingClientResponse Method

Raises the SendingClientResponse event.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual bool OnSendingClientResponse(
	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.

Return Value

Boolean
true if send was successful; otherwise, false, i.e., send was cancelled.
See Also