Table of Contents

Interface IBootProcess

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

Defines a service, which must be added using AddTransient (not TryAddTransient).

Such a boot process can then do more work at startup, like register features.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IBootProcess : IHasLog
Inherited Members

Properties

Phase

The phase during which to run this.

BootPhase Phase { get; }

Property Value

BootPhase

Priority

The priority within the phase. Lower numbers run first. Default is usually 999.

int Priority { get; }

Property Value

int

Methods

Run()

void Run()