Click or drag to resize

ServiceClientBaseClientHelper_ReceivedServiceResponse Method

Client helper service response reception handler.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void ClientHelper_ReceivedServiceResponse(
	Object sender,
	EventArgs<ServiceResponse> e
)
View Source

Parameters

sender  Object
Sending object.
e  EventArgsServiceResponse
Event argument containing the service response.
See Also