IMetricTelemetryConsumer Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public interface IMetricTelemetryConsumer : Orleans.Runtime.ITelemetryConsumer
type IMetricTelemetryConsumer = interface
interface ITelemetryConsumer
Public Interface IMetricTelemetryConsumer
Implements ITelemetryConsumer
- Derivado
- Implementações
Métodos
Close() | (Herdado de ITelemetryConsumer) |
DecrementMetric(String) |
Decrementar um valor de métrica. |
DecrementMetric(String, Double) |
Diminuir uma métrica por um determinado valor. |
Flush() | (Herdado de ITelemetryConsumer) |
IncrementMetric(String) |
Incremente um valor de métrica. |
IncrementMetric(String, Double) |
Incremente uma métrica por um determinado valor. |
TrackMetric(String, Double, IDictionary<String,String>) | |
TrackMetric(String, TimeSpan, IDictionary<String,String>) |