System.Threading.Tasks.ParallelLoopState: Method Members

The methods of System.Threading.Tasks.ParallelLoopState are listed below. For a list of all members, see the ParallelLoopState Members list.

See Also: Inherited members from System.Object

Public Methods

Break()

Communicates that the System.Threading.Tasks.Parallel loop should cease execution at the system's earliest convenience of iterations beyond the current iteration.

Stop()

Communicates that the System.Threading.Tasks.Parallel loop should cease execution at the system's earliest convenience.