GaugeAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GaugeAttribute(String[]) |
初始化 GaugeAttribute 类的新实例。 |
GaugeAttribute(Type) |
初始化 GaugeAttribute 类的新实例。 |
GaugeAttribute(String[])
- Source:
- GaugeAttribute.cs
初始化 GaugeAttribute 类的新实例。
public:
GaugeAttribute(... cli::array <System::String ^> ^ tagNames);
public GaugeAttribute (params string[] tagNames);
new Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute : string[] -> Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute
Public Sub New (ParamArray tagNames As String())
参数
- tagNames
- String[]
标记名称的变量数组。
适用于
GaugeAttribute(Type)
- Source:
- GaugeAttribute.cs
初始化 GaugeAttribute 类的新实例。
public:
GaugeAttribute(Type ^ type);
public GaugeAttribute (Type type);
new Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute : Type -> Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute
Public Sub New (type As Type)
参数
- type
- Type
提供指标标记名称的类型。 标记值取自类型的公共字段和属性。