NoOpTestLogger.TrackMetric Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrackMetric(String, Double, IDictionary<String,String>) |
Track metric does nothing |
TrackMetric(String, TimeSpan, IDictionary<String,String>) |
Track metric does nothing |
TrackMetric(String, Double, IDictionary<String,String>)
Track metric does nothing
public override void TrackMetric (string name, double value, System.Collections.Generic.IDictionary<string,string> properties = default);
override this.TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
Public Overrides Sub TrackMetric (name As String, value As Double, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
- value
- Double
- properties
- IDictionary<String,String>
Applies to
TrackMetric(String, TimeSpan, IDictionary<String,String>)
Track metric does nothing
public override void TrackMetric (string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties = default);
override this.TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
Public Overrides Sub TrackMetric (name As String, value As TimeSpan, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
- value
- TimeSpan
- properties
- IDictionary<String,String>