Table of Contents

Class BootCoordinator

Namespace
ToSic.Sys.Boot
Assembly
ToSic.Sys.Core.dll

The main / overall loader which will coordinate all the loaders.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class BootCoordinator : ServiceBase, IHasLog
Inheritance
object
BootCoordinator
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 ILogStore
bootProcesses IEnumerable<IBootProcess>

Methods

StartUp()

public void StartUp()