Düzenle

Aracılığıyla paylaş


IMetricTelemetryConsumer.DecrementMetric Method

Definition

Overloads

DecrementMetric(String)

Decrement a metric value.

DecrementMetric(String, Double)

Decrement a metric by a given value.

DecrementMetric(String)

Source:
IMetricTelemetryConsumer.cs

Decrement a metric value.

public void DecrementMetric (string name);
abstract member DecrementMetric : string -> unit
Public Sub DecrementMetric (name As String)

Parameters

name
String

Name of the metric.

Applies to

DecrementMetric(String, Double)

Source:
IMetricTelemetryConsumer.cs

Decrement a metric by a given value.

public void DecrementMetric (string name, double value);
abstract member DecrementMetric : string * double -> unit
Public Sub DecrementMetric (name As String, value As Double)

Parameters

name
String

Name of the metric.

value
Double

Value to decrement by.

Applies to