[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
|
| Name | Description |
|---|
.gif) .gif) | For(Int32, Int32, Action<(Of <(Int32>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int32, Int32, Action<(Of <(Int32, ParallelLoopState>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int64, Int64, Action<(Of <(Int64>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int64, Int64, Action<(Of <(Int64, ParallelLoopState>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int32, Int32, ParallelOptions, Action<(Of <(Int32>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int32, Int32, ParallelOptions, Action<(Of <(Int32, ParallelLoopState>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int64, Int64, ParallelOptions, Action<(Of <(Int64>)>)) | Executes a for loop in which iterations may run in parallel. |
.gif) .gif) | For(Int64, Int64, ParallelOptions, Action<(Of <(Int64, ParallelLoopState>)>)) | Executes a for loop in which iterations may run in parallel. |
Top
Reference