Click or drag to resize

IRequestRestarts Interface

A service implementation that can request restarts of the application context (configuration changes, backups, etc.)

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IRequestRestarts : IServiceImplementation

The IRequestRestarts type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Events
 NameDescription
Public eventRestartRequested Fired when the backup service requires a restart
Top
See Also