Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
.NET Framework Class Library
Parallel..::.ForEach<(Of <(TSource>)>) Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

  NameDescription
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(Of <(TSource>)>)(OrderablePartitioner<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState, Int64>)>))Executes a for each operation on a OrderablePartitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Public methodStatic memberForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), Action<(Of <(TSource>)>))Executes a for each operation on a Partitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Public methodStatic memberForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), Action<(Of <(TSource, ParallelLoopState>)>))Executes a for each operation on a Partitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(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.
Public methodStatic memberForEach<(Of <(TSource>)>)(OrderablePartitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState, Int64>)>))Executes a for each operation on a OrderablePartitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Public methodStatic memberForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource>)>))Executes a for each operation on a Partitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Public methodStatic memberForEach<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>), ParallelOptions, Action<(Of <(TSource, ParallelLoopState>)>))Executes a for each operation on a Partitioner<(Of <(TSource>)>) in which iterations may run in parallel.
Top
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker