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

Run() public method

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

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

Same methods

StartupTasks::Run ( TaskExecutionParameters taskExecutionParameters ) : void