Class BootCoordinator
The main / overall loader which will coordinate all the loaders.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class BootCoordinator : ServiceBase, IHasLog
- Inheritance
-
objectBootCoordinator
- Implements
- Inherited Members
Remarks
It will run pre-loaders first, then the main loader. Loaders are registered in the Dependency Injection.
Constructors
BootCoordinator(ILogStore, IEnumerable<IBootProcess>)
public BootCoordinator(ILogStore logStore, IEnumerable<IBootProcess> bootProcesses)
Parameters
logStore
ILogStorebootProcesses
IEnumerable<IBootProcess>
Methods
StartUp()
public void StartUp()