get_LowestBreakIteration()

ParallelLoopResult::get_LowestBreakIteration() method

Gets the lowest iteration index at which a break occurred.

Nullable<int64_t> System::Threading::Tasks::ParallelLoopResult::get_LowestBreakIteration()

Return Value

The lowest iteration index where Break was called, or null if no break occurred.

See Also