C# Class Deeply.CompositeTask

Composite task class definition.
Inheritance: TaskBase
Afficher le fichier Open project: jsnape/deeply

Méthodes protégées

Méthode Description
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.

Method Details

CompositeTask() protected méthode

Initializes a new instance of the CompositeTask class.
protected CompositeTask ( IEnumerable tasks ) : System
tasks IEnumerable A sequence of tasks.
Résultat System

CompositeTask() protected méthode

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.
Résultat System

VerifyInternalAsync() protected méthode

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Résultat System.Threading.Tasks.Task