Click or drag to resize
CMSParallelForEach Method
Overload List
  NameDescription
Public methodStatic memberForEachTSource(ICollectionTSource, ActionTSource, 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 memberForEachTSource(IListTSource, ActionTSource, 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 memberForEachTSource(TSource, ActionTSource, 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 memberForEachTSource(IEnumerableTSource, ActionTSource, 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.
Top
See Also