Method | Description | |
---|---|---|
ParallelTask ( ) : System |
Initializes a new instance of the ParallelTask class.
|
|
ParallelTask ( IEnumerable |
Initializes a new instance of the ParallelTask class.
|
|
ParallelTask ( string name ) : System |
Initializes a new instance of the ParallelTask class.
|
|
ParallelTask ( string name, IEnumerable |
Initializes a new instance of the ParallelTask class.
|
Method | 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. |
return | System.Threading.Tasks.Task |
public ParallelTask ( IEnumerable |
||
tasks | IEnumerable |
A sequence of tasks. |
return | System |
public ParallelTask ( string name ) : System | ||
name | string | Task name. |
return | System |
public ParallelTask ( string name, IEnumerable |
||
name | string | Task name. |
tasks | IEnumerable |
A sequence of tasks. |
return | System |