CMSParallel Methods |
Name | Description | |
---|---|---|
ForEachTSource(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.
| |
ForEachTSource(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.
| |
ForEachTSource(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.
| |
ForEachTSource(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.
|