C# 클래스 Deeply.ActionTask

ActionTask class definition.
상속: TaskBase
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
ActionTask ( System.Action action ) : System

Initializes a new instance of the ActionTask class.

ActionTask ( string name, System.Action action ) : System

Initializes a new instance of the ActionTask class.

보호된 메소드들

메소드 설명
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the execution.

메소드 상세

ActionTask() 공개 메소드

Initializes a new instance of the ActionTask class.
public ActionTask ( System.Action action ) : System
action System.Action Action to call when the task executes.
리턴 System

ActionTask() 공개 메소드

Initializes a new instance of the ActionTask class.
public ActionTask ( string name, System.Action action ) : System
name string Task name.
action System.Action Action to call when the task executes.
리턴 System

ExecuteInternalAsync() 보호된 메소드

Implementation function for the execution.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
리턴 System.Threading.Tasks.Task