Interface IBootProcess
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
Priority
The priority within the phase. Lower numbers run first. Default is usually 999.
int Priority { get; }
Property Value
Methods
Run()
void Run()