C# 클래스 At.FF.Krems.Utils.Bootstrapper.StartupTasks

The startup tasks.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
Reset ( ) : void

Resets this instance.

Run ( ) : void

Runs this instance.

비공개 메소드들

메소드 설명
AddExecutionParameters ( List tasks ) : IEnumerable

Adds the execution parameters.

GetTasks ( ) : List

Gets the tasks.

Reset ( TaskExecutionParameters taskExecutionParameters ) : void

Resets the specified task execution parameters.

Run ( TaskExecutionParameters taskExecutionParameters ) : void

Runs the specified task execution parameters.

메소드 상세

Reset() 공개 메소드

Resets this instance.
public Reset ( ) : void
리턴 void

Run() 공개 메소드

Runs this instance.
public Run ( ) : void
리턴 void