Share via


TelemetryMetricEvent Class

Definition

The class represents a telemetry event for an IInstrument that can be posted to a server.

public abstract class TelemetryMetricEvent
type TelemetryMetricEvent = class
Public MustInherit Class TelemetryMetricEvent
Inheritance
TelemetryMetricEvent
Derived

Constructors

TelemetryMetricEvent(TelemetryEvent, IEnumerable<IInstrument>)

Construct a telemetry event with a composited set of metrics.

TelemetryMetricEvent(TelemetryEvent, IInstrument)

Initializes a new instance of the TelemetryMetricEvent class.

Methods

ToString()

ToString to make debugging easier: show in debug watch window.

Applies to