System.Threading.Tasks.ParallelLoopResult.LowestBreakIteration Property

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

Syntax

public Nullable<long> LowestBreakIteration { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If ParallelLoopState.Break was not employed, this property will return null.

Requirements

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