ParallelLoopResult.IsCompleted 属性

定义

获取该循环是否已运行完成(即,该循环的所有迭代均已执行,并且该循环没有收到提前结束的请求)。

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

属性值

Boolean

true 如果循环运行到完成,则为否则,为 false.

适用于