Class UserSettingsServiceLifecycle
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents the lifecycle of the user settings service.
public class UserSettingsServiceLifecycle : IServiceLifecycle
- Inheritance
-
UserSettingsServiceLifecycle
- Implements
Constructors
- UserSettingsServiceLifecycle(IEnumerable<IUserSettingServiceSave>, IEnumerable<IUserSettingService>)
Initializes a new instance of the UserSettingsServiceLifecycle 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.