C# 클래스 Adf.Base.Tasks.TaskExecutionExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Execute ( this task ) : bool
ExecuteAndActivate ( this task ) : void
ExecuteAndCancel ( this task ) : void
ExecuteAndOk ( this task ) : void
ExecuteAndRun ( this task, ApplicationTask name ) : void
RunTask ( this origin, ApplicationTask name ) : void

Provides a method to run or execute one or more tasks.

Validate ( this task ) : void

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( this task ) : bool
task this
리턴 bool

ExecuteAndActivate() 공개 정적인 메소드

public static ExecuteAndActivate ( this task ) : void
task this
리턴 void

ExecuteAndCancel() 공개 정적인 메소드

public static ExecuteAndCancel ( this task ) : void
task this
리턴 void

ExecuteAndOk() 공개 정적인 메소드

public static ExecuteAndOk ( this task ) : void
task this
리턴 void

ExecuteAndRun() 공개 정적인 메소드

public static ExecuteAndRun ( this task, ApplicationTask name ) : void
task this
name ApplicationTask
리턴 void

RunTask() 공개 정적인 메소드

Provides a method to run or execute one or more tasks.
public static RunTask ( this origin, ApplicationTask name ) : void
origin this The that defines the start point of task.
name ApplicationTask The that defines the name of task.
리턴 void

Validate() 공개 정적인 메소드

public static Validate ( this task ) : void
task this
리턴 void