IAudit |
The IAuditDaemon type exposes the following members.
| Name | Description | |
|---|---|---|
| IsRunning |
Indicates whether the daemon service is running
(Inherited from IDaemonService) | |
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation) |
| Name | Description | |
|---|---|---|
| Start |
Indicates the caller wishes to start the daemon service lifecycle
(Inherited from IDaemonService) | |
| Stop |
Indicates the caller wishes to stop the daemon service
(Inherited from IDaemonService) |
| Name | Description | |
|---|---|---|
| Started |
Fired when the daemon service has completed it start procedure.
(Inherited from IDaemonService) | |
| Starting |
Fired when the daemon service has commenced start but has not yet finished
(Inherited from IDaemonService) | |
| Stopped |
Fired when the daemon has completed its stop procedure
(Inherited from IDaemonService) | |
| Stopping |
Fired when the daemon service has commenced stop but has not yet been fully shut down.
(Inherited from IDaemonService) |