Class LoadPhaseBase
It is recommended to avoid using Inject(IResolver) to resolve dependencies in ILoadPhase objects and instead resolve dependencies when the phase is started using the cached IResolver. This can avoid issues where the dependency in question has not been bound to the container when the ILoadPhase is created.
Inheritance
LoadPhaseBase
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public abstract class LoadPhaseBase : SequenceableBase, ILoadPhase, ISequenceable, IProgressCompletable, IProgressable, ICompletable, IInjectable
Fields
_resolver
Declaration
protected IResolver _resolver
Field Value
Type | Description |
---|---|
IResolver |
Methods
Inject(IResolver)
Declaration
public override void Inject(IResolver resolver)
Parameters
Type | Name | Description |
---|---|---|
IResolver | resolver |