Click or drag to resize
CMSParallel Methods
Methods
  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.
Top
See Also