|   | ServiceClientBaseClientHelper_ReceivedServiceUpdate Method | 
        
        
            Client helper service update reception handler.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected virtual void ClientHelper_ReceivedServiceUpdate(
	Object sender,
	EventArgs<UpdateType, string> e
)
Protected Overridable Sub ClientHelper_ReceivedServiceUpdate ( 
	sender As Object,
	e As EventArgs(Of UpdateType, String)
)
protected:
virtual void ClientHelper_ReceivedServiceUpdate(
	Object^ sender, 
	EventArgs<UpdateType, String^>^ e
)
abstract ClientHelper_ReceivedServiceUpdate : 
        sender : Object * 
        e : EventArgs<UpdateType, string> -> unit 
override ClientHelper_ReceivedServiceUpdate : 
        sender : Object * 
        e : EventArgs<UpdateType, string> -> unit function ClientHelper_ReceivedServiceUpdate(sender, e);
Parameters
- sender  Object
- Sending object.
- e  EventArgsUpdateType, String
- Event argument containing update type and associated message data.
 See Also
See Also