Click or drag to resize

ClientHelperOnReceivedServiceResponse Method

Raises the ReceivedServiceResponse event.

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

Parameters

response  ServiceResponse
ServiceResponse received.
See Also