Share via


TelemetryEventDetails Class

Definition

Details of the telemetry event.

public abstract class TelemetryEventDetails
type TelemetryEventDetails = class
Public MustInherit Class TelemetryEventDetails
Inheritance
TelemetryEventDetails

Remarks

This implementation is not meant to be thread-safe. This implementation would either need to be overridden or usage should not be concurrently operated on.

Constructors

TelemetryEventDetails()

Properties

Name

Name of the telemetry event, should be unique between events.

Properties

Properties which describe the event.

PropertyValues

The underlying properties making up the TelemetryEventDetails.

Methods

SetProperty(String, Boolean)

Sets a property on the event details.

SetProperty(String, DateTime)

Sets a property on the event details.

SetProperty(String, Double)

Sets a property on the event details.

SetProperty(String, Guid)

Sets a property on the event details.

SetProperty(String, Int64)

Sets a property on the event details.

SetProperty(String, String)

Sets a property on the event details.

Applies to