Timer.ActiveCount 属性

定义

获取当前活动的计时器计数。 活动计数器注册为在未来某一时间点进行计时且尚未取消。

public:
 static property long ActiveCount { long get(); };
public static long ActiveCount { get; }
member this.ActiveCount : int64
Public Shared ReadOnly Property ActiveCount As Long

属性值

Int64

当前处于活动状态的计时器数。

适用于