NRTelemetryConsumer.TrackMetric Método

Definición

Sobrecargas

TrackMetric(String, Double, IDictionary<String,String>)

Source:
NRTelemetryConsumer.cs
C#
public void TrackMetric(string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);

Parámetros

name
String
value
Double
properties
IDictionary<String,String>

Implementaciones

Se aplica a

.NET Orleans 3.6.0 y otras versiones
Producto Versiones
.NET Orleans 1.5.10, 3.4.5, 3.6.0

TrackMetric(String, TimeSpan, IDictionary<String,String>)

Source:
NRTelemetryConsumer.cs
C#
public void TrackMetric(string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);

Parámetros

name
String
value
TimeSpan
properties
IDictionary<String,String>

Implementaciones

Se aplica a

.NET Orleans 3.6.0 y otras versiones
Producto Versiones
.NET Orleans 1.5.10, 3.4.5, 3.6.0