|
| .NET Framework Class Library |
| ParallelLoopState..::.IsStopped Property |
| ParallelLoopState Class See Also Send Feedback |
Gets whether any iteration of the loop has called Stop()()().
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsStopped As Boolean |
| C# |
|---|
public bool IsStopped { get; } |