Timer.ActiveCount 属性

定义

获取当前活动的计时器计数。Gets the number of timers that are currently active. 活动计数器注册为在未来某一时间点进行计时且尚未取消。An active timer is registered to tick at some point in the future, and has not yet been canceled.

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

属性值

Int64

当前处于活动状态的计时器数。The number of timers that are currently active.

适用于