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

屬性值

目前有效的計時器數。

適用於