Counter<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示支援加入非負值的工具。 例如,每次處理要求以追蹤要求總數時,您可能會呼叫 counter.Add(1)
。 根據預設,大部分的計量查看器都會使用速率 (requests/sec) 來顯示計數器,但也可以顯示累計總計。
generic <typename T>
where T : value classpublic ref class Counter sealed : System::Diagnostics::Metrics::Instrument<T>
public sealed class Counter<T> : System.Diagnostics.Metrics.Instrument<T> where T : struct
type Counter<'T (requires 'T : struct)> = class
inherit Instrument<'T (requires 'T : struct)>
Public NotInheritable Class Counter(Of T)
Inherits Instrument(Of T)
類型參數
- T
計數器所代表的類型。
- 繼承
備註
這個類別僅支援下列泛型參數類型:Byte、Int16、Int32、Int64、Single、Double和 Decimal。
屬性
Advice |
取得與檢測相關聯的 InstrumentAdvice<T>。 (繼承來源 Instrument<T>) |
Description |
取得檢測描述。 (繼承來源 Instrument) |
Enabled |
取得值,這個值表示是否有這個檢測的任何接聽程式。 (繼承來源 Instrument) |
IsObservable |
取得值,這個值表示檢測是否為可觀察的儀器。 (繼承來源 Instrument) |
Meter |
取得建立檢測器的計量。 (繼承來源 Instrument) |
Name |
取得檢測名稱。 (繼承來源 Instrument) |
Tags |
傳回與檢測相關聯的標記。 (繼承來源 Instrument) |
Unit |
取得測量的檢測單位。 (繼承來源 Instrument) |