CountdownEvent.CurrentCount 属性

定义

获取设置事件所需的剩余信号数。

public:
 property int CurrentCount { int get(); };
public int CurrentCount { get; }
member this.CurrentCount : int
Public ReadOnly Property CurrentCount As Integer

属性值

设置事件所需的剩余信号数。

适用于