Click or drag to resize

ServiceHelperOnProcessStateChanged Method

Raises the ProcessStateChanged event.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnProcessStateChanged(
	string processName,
	ServiceProcessState processState
)
View Source

Parameters

processName  String
Name of the ServiceProcess whose state changed.
processState  ServiceProcessState
New ServiceProcessState of the ServiceProcess.
See Also