Sdílet prostřednictvím


GaugeAttribute Konstruktory

Definice

Přetížení

GaugeAttribute(String[])

Inicializuje novou instanci GaugeAttribute třídy .

GaugeAttribute(Type)

Inicializuje novou instanci GaugeAttribute třídy .

GaugeAttribute(String[])

Zdroj:
GaugeAttribute.cs
Zdroj:
GaugeAttribute.cs

Inicializuje novou instanci GaugeAttribute třídy .

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())

Parametry

tagNames
String[]

Pole proměnných názvů značek.

Platí pro

GaugeAttribute(Type)

Zdroj:
GaugeAttribute.cs
Zdroj:
GaugeAttribute.cs

Inicializuje novou instanci GaugeAttribute třídy .

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)

Parametry

type
Type

Typ poskytující názvy značek metrik. Hodnoty značek jsou převzaty z veřejných polí a vlastností typu.

Platí pro