GaugeAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| GaugeAttribute(String[]) |
Inicializuje novou instanci GaugeAttribute třídy . |
| GaugeAttribute(Type) |
Inicializuje novou instanci GaugeAttribute třídy . |
GaugeAttribute(String[])
- 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
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.