Table of Contents

Interface ITelemetry

Namespace
Microsoft.ApplicationInsights.Channel
Assembly
Microsoft.ApplicationInsights.dll
public interface ITelemetry
Extension Methods

Properties

Context

TelemetryContext Context { get; }

Property Value

TelemetryContext

Extension

IExtension Extension { get; set; }

Property Value

IExtension

Sequence

string Sequence { get; set; }

Property Value

string

Timestamp

DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

Methods

DeepClone()

ITelemetry DeepClone()

Returns

ITelemetry

Sanitize()

void Sanitize()

SerializeData(ISerializationWriter)

void SerializeData(ISerializationWriter serializationWriter)

Parameters

serializationWriter ISerializationWriter