10 references to Stop
System.Threading.Tasks.Parallel (10)
System\Threading\Tasks\Parallel.cs (1)
526
/// <see cref="System.Threading.Tasks.ParallelLoopState.
Stop
()">ParallelLoopState.Stop()</see>
System\Threading\Tasks\ParallelLoopState.cs (9)
54
/// When an iteration of a loop calls <see cref="Break()"/> or <see cref="
Stop
()"/>, or
71
/// Gets whether any iteration of the loop has called <see cref="
Stop
()"/>.
126
/// cref="
Stop
()"/> may not be used in combination by iterations of the same loop.
130
/// <see cref="
Stop
()"/> may be used to communicate to the loop that no other iterations need be run.
131
/// For long-running iterations that may already be executing, <see cref="
Stop
()"/> causes <see cref="IsStopped"/>
136
/// <see cref="
Stop
()"/> is typically employed in search-based algorithms, where once a result is found,
158
/// The <see cref="
Stop
()"/> method was previously called. <see cref="Break()"/> and <see cref="
Stop
()"/>
419
/// cref="System.Threading.Tasks.ParallelLoopState.
Stop
"/> was used to end the loop prematurely. If <see