The members of System.Threading.Tasks.ParallelLoopState are listed below.
See Also: Inherited members from System.Object
[read-only] | IsExceptional | bool.
Gets whether any iteration of the loop has thrown an exception that went unhandled by that iteration. |
[read-only] | IsStopped | bool.
Gets whether any iteration of the loop has called ParallelLoopState.Stop. |
[read-only] | LowestBreakIteration | Nullable<long>.
Gets the lowest iteration of the loop from which ParallelLoopState.Break was called. |
[read-only] | ShouldExitCurrentIteration | bool.
Gets whether the current iteration of the loop should exit based on requests made by this or other iterations. |
Break()
| ||
Stop()
|