.NET Framework Class Library |
ParallelLoopState Methods |
ParallelLoopState Class See Also Send Feedback |
The ParallelLoopState type exposes the following members.
Methods
Name | Description | |
---|---|---|
Break |
Communicates that the Parallel loop should cease execution at the system's earliest
convenience of iterations beyond the current iteration.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Stop |
Communicates that the Parallel loop should cease execution at the system's earliest
convenience.
| |
ToString | (Inherited from Object.) |