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
- Class Nullable
- Class ParallelLoopResult
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++