System::Threading::Tasks::ParallelLoopResult::get_LowestBreakIteration method

ParallelLoopResult::get_LowestBreakIteration method

Gets the lowest iteration index at which a break occurred.

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

ReturnValue

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

See Also