TelemetryMetricEvent Class
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.
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. |