Click or drag to resize

ServiceHelperSendResponse(ServiceResponse) Method

Sends the specified response to all RemoteClients.

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

Parameters

response  ServiceResponse
The ServiceResponse to be sent to all RemoteClients.
See Also