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). Can then do more registrations at startup, like register features

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IBootProcess : IHasLog, IHasIdentityNameId
Inherited Members

Properties

Phase

BootPhase Phase { get; }

Property Value

BootPhase

Priority

int Priority { get; }

Property Value

int

Methods

Run()

void Run()