Compartir a través de


GaugeAttribute Constructores

Definición

Sobrecargas

GaugeAttribute(String[])

Inicializa una nueva instancia de la clase GaugeAttribute.

GaugeAttribute(Type)

Inicializa una nueva instancia de la clase GaugeAttribute.

GaugeAttribute(String[])

Source:
GaugeAttribute.cs
Source:
GaugeAttribute.cs

Inicializa una nueva instancia de la clase 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())

Parámetros

tagNames
String[]

Matriz variable de nombres de etiqueta.

Se aplica a

GaugeAttribute(Type)

Source:
GaugeAttribute.cs
Source:
GaugeAttribute.cs

Inicializa una nueva instancia de la clase 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)

Parámetros

type
Type

Tipo que proporciona los nombres de etiqueta de métrica. Los valores de etiqueta se toman de los campos y propiedades públicos del tipo.

Se aplica a