ParallelLoopState Methods

Task Parallel System.Threading

The ParallelLoopState type exposes the following members.

Methods

  NameDescription
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.)

See Also