NullTelemetryProducer.ITelemetryProducer.TrackMetric Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ITelemetryProducer.TrackMetric(String, Double, IDictionary<String,String>) | |
ITelemetryProducer.TrackMetric(String, TimeSpan, IDictionary<String,String>) |
ITelemetryProducer.TrackMetric(String, Double, IDictionary<String,String>)
- Quelle:
- NullTelemetryProducer.cs
void ITelemetryProducer.TrackMetric (string name, double value, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackMetric : string * double * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackMetric (name As String, value As Double, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackMetric
Parameter
- name
- String
- value
- Double
- properties
- IDictionary<String,String>
Implementiert
Gilt für:
ITelemetryProducer.TrackMetric(String, TimeSpan, IDictionary<String,String>)
- Quelle:
- NullTelemetryProducer.cs
void ITelemetryProducer.TrackMetric (string name, TimeSpan value, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackMetric : string * TimeSpan * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackMetric (name As String, value As TimeSpan, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackMetric
Parameter
- name
- String
- value
- TimeSpan
- properties
- IDictionary<String,String>