System.Threading.Tasks.ParallelLoopState.LowestBreakIteration Property

Gets the lowest iteration of the loop from which ParallelLoopState.Break was called.

Syntax

public Nullable<long> LowestBreakIteration { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If no iteration of the loop called ParallelLoopState.Break, this property will return null.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0