संपादित करें

इसके माध्यम से साझा किया गया


ParallelLoopResult.IsCompleted Property

Definition

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.

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

Property Value

true if the loop ran to completion; otherwise, false.

Applies to