ParallelLoopResult::LowestBreakIteration Property

.NET Framework (current version)
 

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

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

public:
property Nullable<long long> LowestBreakIteration {
	Nullable<long long> get();
}

Property Value

Type: System::Nullable<Int64>

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

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: