At.FF.Krems.Utils.Bootstrapper.StartupTasks.Reset C# (CSharp) Method

Reset() public method

Resets this instance.
public Reset ( ) : void
return void
        public void Reset()
        {
            if (this.taskList == null)
            {
                this.taskList = this.AddExecutionParameters(this.GetTasks());
            }

            this.taskList.ToList().ForEach(Reset);
        }

Same methods

StartupTasks::Reset ( TaskExecutionParameters taskExecutionParameters ) : void