Jaa


OperationCorrelationTelemetryInitializer.Initialize(ITelemetry) Method

Definition

Initializes/Adds operation context to the existing telemetry item.

public void Initialize (Microsoft.ApplicationInsights.Channel.ITelemetry telemetryItem);
abstract member Initialize : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
override this.Initialize : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Initialize (telemetryItem As ITelemetry)

Parameters

telemetryItem
ITelemetry

Target telemetry item to add operation context.

Implements

Applies to