Click or drag to resize

ClientHelper.ServiceStateChanged Event

Occurs when the state of the ServiceHelper is changed.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.244-beta
Syntax
public event EventHandler<EventArgs<ObjectState<ServiceState>>> ServiceStateChanged
View Source

Value

EventHandler<EventArgs<ObjectState<ServiceState>>>
See Also