Share via


TelemetryBotIdInitializer.Initialize(ITelemetry) Method

Definition

Initializes a new instance of the TelemetryBotIdInitializer class.

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

Parameters

telemetry
ITelemetry

The telemetry item to be logged to Application Insights.

Implements

Applies to