Interface IServiceLifecycleManager
- Namespace
- Innova.Abstractions.Builder
- Assembly
- Innova.Data.dll
Interface for managing the lifecycle of services.
public interface IServiceLifecycleManager
Methods
- CanStopAll(CancellationToken)
Checks if all services can be stopped.
- StartAll(CancellationToken)
Starts all services.
- StopAll(CancellationToken)
Stops all services.