Share via


ITelemetryEvent Interface

Definition

Represents a telemetry event.

public interface class ITelemetryEvent
public interface ITelemetryEvent
type ITelemetryEvent = interface
Public Interface ITelemetryEvent

Properties

Duration

Gets duration of a scope for an end event. Returns null for other types.

SharedProperties

Properties shared between a scope's start and end event.

Methods

Correlate(TelemetryEventCorrelation[])

Correlate this event with other events via TelemetryEventCorrelation.

SetProperties(IEnumerable<DataPoint>, Boolean)

Sets properties for the event.

SetProperty(TelemetryIdentifier, Object, Boolean, Boolean)

Sets a property for the event.

Applies to