NoOpTestLogger.DecrementMetric メソッド

定義

オーバーロード

DecrementMetric(String)

デクリメント メトリックは何も行いません

DecrementMetric(String, Double)

デクリメント メトリックは何も行いません

DecrementMetric(String)

デクリメント メトリックは何も行いません

public override void DecrementMetric (string name);
override this.DecrementMetric : string -> unit
Public Overrides Sub DecrementMetric (name As String)

パラメーター

name
String

適用対象

DecrementMetric(String, Double)

デクリメント メトリックは何も行いません

public override void DecrementMetric (string name, double value);
override this.DecrementMetric : string * double -> unit
Public Overrides Sub DecrementMetric (name As String, value As Double)

パラメーター

name
String
value
Double

適用対象