System.Threading.Tasks.ParallelLoopResult Members

The members of System.Threading.Tasks.ParallelLoopResult are listed below.

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.