Method | Description | |
---|---|---|
CompositeTask ( IEnumerable |
Initializes a new instance of the CompositeTask class.
|
|
CompositeTask ( string name, IEnumerable |
Initializes a new instance of the CompositeTask class.
|
|
VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the verification.
|
protected CompositeTask ( IEnumerable |
||
tasks | IEnumerable |
A sequence of tasks. |
return | System |
protected CompositeTask ( string name, IEnumerable |
||
name | string | Task name. |
tasks | IEnumerable |
A sequence of tasks. |
return | System |
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
return | System.Threading.Tasks.Task |