NullTelemetryProducer.ITelemetryProducer.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
ITelemetryProducer.TrackMetric(String, Double, IDictionary<String,String>) | |
ITelemetryProducer.TrackMetric(String, TimeSpan, IDictionary<String,String>) |
ITelemetryProducer.TrackMetric(String, Double, IDictionary<String,String>)
- Source:
- 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
Parameters
- name
- String
- value
- Double
- properties
- IDictionary<String,String>
Implements
Applies to
ITelemetryProducer.TrackMetric(String, TimeSpan, IDictionary<String,String>)
- Source:
- 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
Parameters
- name
- String
- value
- TimeSpan
- properties
- IDictionary<String,String>