Udostępnij za pośrednictwem


ITelemetryProcessor.Process(ITelemetry) Method

Definition

Process a collected telemetry item.

public void Process (Microsoft.ApplicationInsights.Channel.ITelemetry item);
abstract member Process : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Process (item As ITelemetry)

Parameters

item
ITelemetry

A collected Telemetry item.

Applies to