ParallelLoopResult Properties

Task Parallel System.Threading

The ParallelLoopResult type exposes the following members.

Properties

  NameDescription
IsCompleted
Gets whether the loop ran to completion, such that all iterations of the loop were executed and the loop didn't receive a request to end prematurely.
LowestBreakIteration
Gets the index of the lowest iteration from which Break()()() was called.

See Also