System.Threading.Tasks.Parallel Member List

This is the complete list of members for System.Threading.Tasks.Parallel, including all inherited members.

For(int fromInclusive, int toExclusive, Action< int > body)System.Threading.Tasks.Parallelstatic
For(int fromInclusive, int toExclusive, Action< int, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action< int > body)System.Threading.Tasks.Parallelstatic
For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action< int, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
For(long fromInclusive, long toExclusive, Action< long > body)System.Threading.Tasks.Parallelstatic
For(long fromInclusive, long toExclusive, Action< long, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
For(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Action< long > body)System.Threading.Tasks.Parallelstatic
For(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Action< long, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
For< TLocal >(int fromInclusive, int toExclusive, Func< TLocal > localInit, Func< int, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
For< TLocal >(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< int, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
For< TLocal >(long fromInclusive, long toExclusive, Func< TLocal > localInit, Func< long, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
For< TLocal >(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< long, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource, ParallelLoopState, long > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(Partitioner< TSource > source, Action< TSource, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(OrderablePartitioner< TSource > source, Action< TSource, ParallelLoopState, long > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(Partitioner< TSource > source, Action< TSource > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState, long > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(OrderablePartitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState, long > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(Partitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource >(Partitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState > body)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(IEnumerable< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(IEnumerable< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(OrderablePartitioner< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(Partitioner< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(Partitioner< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
ForEach< TSource, TLocal >(OrderablePartitioner< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally)System.Threading.Tasks.Parallelstatic
Invoke(params Action[] actions)System.Threading.Tasks.Parallelstatic
Invoke(ParallelOptions parallelOptions, params Action[] actions)System.Threading.Tasks.Parallelstatic