The properties of System.Threading.Tasks.ParallelLoopResult are listed below. For a list of all members, see the ParallelLoopResult Members list.
See Also: Inherited members from System.ValueType
[read-only] | IsCompleted | bool.
![]() 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. |
[read-only] | LowestBreakIteration | Nullable<long>.
![]() Gets the index of the lowest iteration from which ParallelLoopState.Break was called. |