The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Parallel::Invoke Method
.NET Framework (current version)
Executes each of the provided actions, possibly in parallel.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Invoke(array<Action^>^) | Executes each of the provided actions, possibly in parallel. |
![]() ![]() | Invoke(ParallelOptions^, array<Action^>^) | Executes each of the provided actions, possibly in parallel, unless the operation is cancelled by the user. |
Show:

