Click or drag to resize

ClientHelperOnReceivedServiceUpdate Method

Raises the ReceivedServiceUpdate event.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReceivedServiceUpdate(
	UpdateType type,
	string update
)
View Source

Parameters

type  UpdateType
One of the UpdateType values.
update  String
Update message received.
See Also