Click or drag to resize

ServiceHelper Events

The ServiceHelper type exposes the following members.

Events
  Name Description
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event LoggedException Provides notification of when there is an exception logged.
Public event ProcessStateChanged Occurs when the state of a defined ServiceProcess changes.
Public event ReceivedClientRequest Occurs when a request is received from one of the RemoteClients.
Public event SendingClientResponse Occurs when a response is being sent to one or more RemoteClients.
Public event ServicePaused Occurs when the ParentService has paused.
Public event ServicePausing Occurs when the ParentService is pausing.
Public event ServiceResumed Occurs when the ParentService has resumed.
Public event ServiceResuming Occurs when the ParentService is resuming.
Public event ServiceStarted Occurs when the ParentService has started.
Public event ServiceStarting Occurs when the ParentService is starting.
Public event ServiceStopped Occurs when the ParentService has stopped.
Public event ServiceStopping Occurs when the ParentService is stopping.
Public event SystemShutdown Occurs when the system is being shutdown.
Public event UpdatedStatus Provides notification of when status messages were sent to consumer(s).
Top
See Also