NullTelemetryProducer.ITelemetryProducer.TrackMetric 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- name
- String
- value
- Double
- properties
- IDictionary<String,String>
实现
适用于
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
参数
- name
- String
- value
- TimeSpan
- properties
- IDictionary<String,String>