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