CounterAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CounterAttribute(String[]) |
初始化 CounterAttribute 类的新实例。 |
CounterAttribute(Type) |
初始化 CounterAttribute 类的新实例。 |
CounterAttribute(String[])
- Source:
- CounterAttribute.cs
- Source:
- 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)
- Source:
- CounterAttribute.cs
- Source:
- 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
提供指标标记名称的类型。 标记值取自类型的公共字段和属性。