共用方式為


CounterAttribute 建構函式

定義

多載

CounterAttribute(String[])

初始化 CounterAttribute 類別的新執行個體。

CounterAttribute(Type)

初始化 CounterAttribute 類別的新執行個體。

CounterAttribute(String[])

來源:
CounterAttribute.cs
來源:
CounterAttribute.cs

初始化 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.cs
來源:
CounterAttribute.cs

初始化 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

提供計量標記名稱的類型。 標籤值取自類型的公用欄位和屬性。

適用於