The ParallelFacade type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| For |
Executes a for (For in Visual Basic) loop in which iterations may run in parallel.
| |
| ForEach<(Of <<'(TSource>)>>) |
Executes a foreach (For Each in Visual Basic) operation on an IEnumerable in which iterations may run in parallel.
|