Méthode | Description | |
---|---|---|
SequentialTask ( ) : System |
Initializes a new instance of the SequentialTask class.
|
|
SequentialTask ( IEnumerable |
Initializes a new instance of the SequentialTask class.
|
|
SequentialTask ( string name ) : System |
Initializes a new instance of the SequentialTask class.
|
|
SequentialTask ( string name, IEnumerable |
Initializes a new instance of the SequentialTask class.
|
Méthode | Description | |
---|---|---|
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the execution.
|
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
Résultat | System.Threading.Tasks.Task |
public SequentialTask ( IEnumerable |
||
tasks | IEnumerable |
A sequence of tasks. |
Résultat | System |
public SequentialTask ( string name ) : System | ||
name | string | Task name. |
Résultat | System |
public SequentialTask ( string name, IEnumerable |
||
name | string | Task name. |
tasks | IEnumerable |
A sequence of tasks. |
Résultat | System |