Class ApplyLoggingConfigPhase
Inheritance
ApplyLoggingConfigPhase
Assembly: cs.temp.dll.dll
Syntax
public class ApplyLoggingConfigPhase : LoadPhaseBase, ILoadPhase, ISequenceable, IProgressCompletable, IProgressable, ICompletable, IInjectable
Fields
_environmentProvider
Declaration
protected ISingleDataProvider<IEnvironmentConfig> _environmentProvider
Field Value
Methods
Initialize(ISingleDataProvider<IEnvironmentConfig>)
Declaration
public virtual ILoadPhase Initialize(ISingleDataProvider<IEnvironmentConfig> environmentProvider)
Parameters
Returns
RunCancelLogic()
Declaration
protected override void RunCancelLogic()
Overrides
RunCompleteLogic()
Declaration
protected override void RunCompleteLogic()
Overrides
RunRevertLogic()
Declaration
protected override void RunRevertLogic()
Overrides
RunStartLogic()
Declaration
protected override void RunStartLogic()
Overrides
Implements