ParallelLoopResult.LowestBreakIteration Proprietà

Definizione

Ottiene l'indice dell'iterazione più bassa da cui Break() è stata chiamata.

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)

Valore della proprietà

Restituisce un numero intero che rappresenta l'iterazione più bassa da cui è stata chiamata l'istruzione Break.

Commenti

Se Break non è stato utilizzato, questa proprietà restituirà null.

Si applica a