| For(Int32, Int32, ActionInt32) | Executes an indexed loop synchronously, in which iterations may run in parallel. |
| For(Int32, Int32, ParallelConfig, ActionInt32) |
Executes an indexed loop synchronously, in which iterations may run in parallel and the execution can be configured.
See the Remarks section of the ForT(T, Int32, Int32, ParallelConfig, ActionInt32) overload for details. |
| ForT(IAsyncContext, T, Int32, Int32, ActionInt32) | Executes an indexed loop using a context that may belong to a higher level, possibly asynchronous operation. |
| ForT(T, Int32, Int32, ParallelConfig, ActionInt32) | Executes an indexed loop synchronously, in which iterations may run in parallel and the execution can be configured. |