CounterAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CounterAttribute(String[]) |
初始化 CounterAttribute 類別的新執行個體。 |
CounterAttribute(Type) |
初始化 CounterAttribute 類別的新執行個體。 |
CounterAttribute(String[])
初始化 CounterAttribute 類別的新執行個體。
public:
CounterAttribute(... cli::array <System::String ^> ^ tagNames);
public CounterAttribute (params string[] tagNames);
new Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute : string[] -> Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute
Public Sub New (ParamArray tagNames As String())
參數
- tagNames
- String[]
維度名稱。
適用於
CounterAttribute(Type)
初始化 CounterAttribute 類別的新執行個體。
public:
CounterAttribute(Type ^ type);
public CounterAttribute (Type type);
new Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute : Type -> Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute
Public Sub New (type As Type)
參數
- type
- Type
提供計量標記名稱的類型。 標籤值取自類型的公用欄位和屬性。