GaugeAttribute Konstruktorer

Definition

Överlagringar

Name Description
GaugeAttribute(String[])

Initierar en ny instans av GaugeAttribute klassen.

GaugeAttribute(Type)

Initierar en ny instans av GaugeAttribute klassen.

GaugeAttribute(String[])

Källa:
GaugeAttribute.cs
Källa:
GaugeAttribute.cs

Initierar en ny instans av GaugeAttribute klassen.

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

Parametrar

tagNames
String[]

Variabelmatris med taggnamn.

Gäller för

GaugeAttribute(Type)

Källa:
GaugeAttribute.cs
Källa:
GaugeAttribute.cs

Initierar en ny instans av GaugeAttribute klassen.

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)

Parametrar

type
Type

En typ som anger måtttaggens namn. Taggvärdena hämtas från typens offentliga fält och egenskaper.

Gäller för