ForEach Method

Task Parallel System.Threading

Overload List

  NameDescription
ForEach<(Of <(TSource>)>)(OrderablePartitioner<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState, Int64>)>))
Executes a for each operation on a OrderablePartitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), Action<(Of <(TSource>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Action<(Of <(TSource>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState, Int64>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(OrderablePartitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState, Int64>)>))
Executes a for each operation on a OrderablePartitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState, Int64>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(OrderablePartitioner<(Of <(TSource>)>), Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, Int64, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on a OrderablePartitioner in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(Partitioner<(Of <(TSource>)>), Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, Int64, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(OrderablePartitioner<(Of <(TSource>)>), ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, Int64, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on a OrderablePartitioner in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(Partitioner<(Of <(TSource>)>), ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on a Partitioner in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(IEnumerable<(Of <(TSource>)>), ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.
ForEach<(Of <(TSource, TLocal>)>)(IEnumerable<(Of <(TSource>)>), ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(TSource, ParallelLoopState, Int64, TLocal, TLocal>)>), Action<(Of <(TLocal>)>))
Executes a for each operation on an IEnumerable<(Of <(TSource>)>) in which iterations may run in parallel.

See Also