ParallelLoopState Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelLoopState Properties |
| ParallelLoopState Class See Also Send Feedback |
The ParallelLoopState type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsExceptional |
Gets whether any iteration of the loop has thrown an exception that went unhandled by that
iteration.
| |
| IsStopped |
Gets whether any iteration of the loop has called Stop()()().
| |
| LowestBreakIteration |
Gets the lowest iteration of the loop from which Break()()() was called.
| |
| ShouldExitCurrentIteration |
Gets whether the current iteration of the loop should exit based
on requests made by this or other iterations.
|