Timer.ActiveCount 属性

定义

获取当前处于活动状态的计时器数。 活动计时器在将来的某个时间点注册为计时,但尚未取消。

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

属性值

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

适用于