Class BootProcessBase
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract class BootProcessBase : ServiceBase, IBootProcess, IHasLog, IHasIdentityNameId
- Inheritance
-
objectBootProcessBase
- Implements
- Inherited Members
Constructors
BootProcessBase(string, object[]?, BootPhase, int)
protected BootProcessBase(string logName, object[]? connect = null, BootPhase bootPhase = BootPhase.Registrations, int priority = 999)
Parameters
Properties
NameId
Primary identifier of an object which has this property. It will be unique and used as an ID where needed.
public string NameId { get; }
Property Value
Phase
public BootPhase Phase { get; }
Property Value
Priority
public int Priority { get; }
Property Value
Methods
Run()
Register Dnn features before loading
public abstract void Run()