Click or drag to resize

IAuditDaemon Interface

Represents a service which starts up and binds itself to key system events

Namespace: SanteDB.Core.Security.Audit
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IAuditDaemon : IDaemonService, 
	IServiceImplementation

The IAuditDaemon type exposes the following members.

Properties
 NameDescription
Public propertyIsRunning Indicates whether the daemon service is running
(Inherited from IDaemonService)
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodStart Indicates the caller wishes to start the daemon service lifecycle
(Inherited from IDaemonService)
Public methodStop Indicates the caller wishes to stop the daemon service
(Inherited from IDaemonService)
Top
Events
 NameDescription
Public eventStarted Fired when the daemon service has completed it start procedure.
(Inherited from IDaemonService)
Public eventStarting Fired when the daemon service has commenced start but has not yet finished
(Inherited from IDaemonService)
Public eventStopped Fired when the daemon has completed its stop procedure
(Inherited from IDaemonService)
Public eventStopping Fired when the daemon service has commenced stop but has not yet been fully shut down.
(Inherited from IDaemonService)
Top
See Also