ParallelLoopResult.LowestBreakIteration Property

Definition

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

public:
 property Nullable<long> LowestBreakIteration { Nullable<long> get(); };
public long? LowestBreakIteration { get; }
member this.LowestBreakIteration : Nullable<int64>
Public ReadOnly Property LowestBreakIteration As Nullable(Of Long)

Property Value

Returns an integer that represents the lowest iteration from which the Break statement was called.

Remarks

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

Applies to