IMetricTelemetryConsumer.IncrementMetric メソッド

定義

オーバーロード

IncrementMetric(String)

メトリック値をインクリメントします。

IncrementMetric(String, Double)

メトリックを特定の値だけインクリメントします。

IncrementMetric(String)

ソース:
IMetricTelemetryConsumer.cs

メトリック値をインクリメントします。

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

パラメーター

name
String

メトリックの名前。

適用対象

IncrementMetric(String, Double)

ソース:
IMetricTelemetryConsumer.cs

メトリックを特定の値だけインクリメントします。

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

パラメーター

name
String

メトリックの名前。

value
Double

インクリメントする値。

適用対象