CountdownEvent.CurrentCount 属性

定义

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

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

属性值

Int32

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

适用于