共用方式為


CountdownEvent.IsSet 屬性

定義

表示物件目前的計數是否 CountdownEvent 已歸零。

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

屬性值

true若當前計數為零;否則,。 false

備註

當倒數計時歸零時,不會 CountdownEvent 觸發事件。 相反地,性質 CurrentCount 等於零,性質 IsSettrue於 。

適用於