CMSParallel ForEach Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberForEach TSource (ICollection TSource , Action TSource , ParallelOptions)
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
Public methodStatic memberForEach TSource (IList TSource , Action TSource , ParallelOptions)
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
Public methodStatic memberForEach TSource ( TSource , Action TSource , ParallelOptions)
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
Public methodStatic memberForEach TSource (IEnumerable TSource , Action TSource , ParallelOptions, Int32)
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
Back to Top
See Also