C# 클래스 Deeply.AsyncActionTask

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

공개 메소드들

메소드 설명
AsyncActionTask ( Func action ) : System

Initializes a new instance of the AsyncActionTask class.

AsyncActionTask ( string name, Func action ) : System

Initializes a new instance of the AsyncActionTask class.

보호된 메소드들

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

Implementation function for the execution.

메소드 상세

AsyncActionTask() 공개 메소드

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

AsyncActionTask() 공개 메소드

Initializes a new instance of the AsyncActionTask class.
public AsyncActionTask ( string name, Func action ) : System
name string Task name.
action Func 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