Parallel.Invoke Method
Executes each of the provided actions, possibly in parallel.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Invoke(Action[]) | Executes each of the provided actions, possibly in parallel. |
|
Invoke(ParallelOptions, Action[]) | Executes each of the provided actions, possibly in parallel, unless the operation is cancelled by the user. |