Click or drag to resize

ServiceClientBaseClientHelper_ReceivedServiceUpdate Method

Client helper service update reception handler.

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

Parameters

sender  Object
Sending object.
e  EventArgsUpdateType, String
Event argument containing update type and associated message data.
See Also