NullTelemetryProducer.ITelemetryProducer.IncrementMetric 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.IncrementMetric(String) | |
ITelemetryProducer.IncrementMetric(String, Double) |
ITelemetryProducer.IncrementMetric(String)
- Source:
- NullTelemetryProducer.cs
void ITelemetryProducer.IncrementMetric (string name);
abstract member Orleans.Runtime.ITelemetryProducer.IncrementMetric : string -> unit
override this.Orleans.Runtime.ITelemetryProducer.IncrementMetric : string -> unit
Sub IncrementMetric (name As String) Implements ITelemetryProducer.IncrementMetric
Parameters
- name
- String
Implements
Applies to
ITelemetryProducer.IncrementMetric(String, Double)
- Source:
- NullTelemetryProducer.cs
void ITelemetryProducer.IncrementMetric (string name, double value);
abstract member Orleans.Runtime.ITelemetryProducer.IncrementMetric : string * double -> unit
override this.Orleans.Runtime.ITelemetryProducer.IncrementMetric : string * double -> unit
Sub IncrementMetric (name As String, value As Double) Implements ITelemetryProducer.IncrementMetric
Parameters
- name
- String
- value
- Double