Class AppSettingsServiceLifecycle
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents the service lifecycle for application settings.
public class AppSettingsServiceLifecycle : IServiceLifecycle
- Inheritance
-
AppSettingsServiceLifecycle
- Implements
Constructors
- AppSettingsServiceLifecycle(IEnumerable<IApplicationSettingService>)
Initializes a new instance of the AppSettingsServiceLifecycle class.
Properties
- StartOrder
Gets the start order of the service.
- StopOrder
Gets the stop order of the service.
Methods
- CanStop(CancellationToken)
Determines whether the service can be stopped.
- Start(CancellationToken)
Starts the service.
- Stop(CancellationToken)
Stops the service.