TelemetryHistogramEvent<T> 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 a VS Histogram that can be posted to a server.
public class TelemetryHistogramEvent<T> : Microsoft.VisualStudio.Telemetry.Metrics.Events.TelemetryMetricEvent where T : struct
type TelemetryHistogramEvent<'T (requires 'T : struct)> = class
inherit TelemetryMetricEvent
Public Class TelemetryHistogramEvent(Of T)
Inherits TelemetryMetricEvent
Type Parameters
- T
- Inheritance
Constructors
TelemetryHistogramEvent<T>(TelemetryEvent, IHistogram<T>) |
Initializes a new instance of the TelemetryHistogramEvent<T> class. |
Methods
ToString() |
ToString to make debugging easier: show in debug watch window. (Inherited from TelemetryMetricEvent) |