C# 클래스 Deeply.CompositeTask

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

보호된 메소드들

메소드 설명
CompositeTask ( IEnumerable tasks ) : System

Initializes a new instance of the CompositeTask class.

CompositeTask ( string name, IEnumerable tasks ) : System

Initializes a new instance of the CompositeTask class.

VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the verification.

메소드 상세

CompositeTask() 보호된 메소드

Initializes a new instance of the CompositeTask class.
protected CompositeTask ( IEnumerable tasks ) : System
tasks IEnumerable A sequence of tasks.
리턴 System

CompositeTask() 보호된 메소드

Initializes a new instance of the CompositeTask class.
protected CompositeTask ( string name, IEnumerable tasks ) : System
name string Task name.
tasks IEnumerable A sequence of tasks.
리턴 System

VerifyInternalAsync() 보호된 메소드

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