.NET Framework Class Library |
ParallelLoopState..::.LowestBreakIteration Property |
ParallelLoopState Class See Also Send Feedback |
Gets the lowest iteration of the loop from which Break()()() was called.
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property LowestBreakIteration As Nullable(Of Long) |
C# |
---|
public Nullable<long> LowestBreakIteration { get; } |
Remarks
If no iteration of the loop called Break()()(), this property will return null.