Click or drag to resize

ClientHelperOnServiceStateChanged Method

Raises the ServiceStateChanged event.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnServiceStateChanged(
	ObjectState<ServiceState> state
)
View Source

Parameters

state  ObjectStateServiceState
New ServiceState.
See Also