System.Threading.Tasks.ParallelLoopResult: Property Members

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

Public Properties

[read-only]
IsCompletedbool.

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]
LowestBreakIterationNullable<long>.

Gets the index of the lowest iteration from which ParallelLoopState.Break was called.