.NET Framework Class Library |
ParallelLoopResult..::.IsCompleted Property |
ParallelLoopResult Structure See Also Send Feedback |
Gets whether the loop ran to completion, such that all iterations of the loop were executed
and the loop didn't receive a request to end prematurely.
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsCompleted As Boolean |
C# |
---|
public bool IsCompleted { get; } |