|
| .NET Framework Class Library |
| ParallelLoopResult Properties |
| ParallelLoopResult Structure See Also Send Feedback |
The ParallelLoopResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() | 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.
|
