ITelemetry.DeepClone Method

Definition

Clones the telemetry object deeply, so that the original object and the clone share no state and can be modified independently.

public Microsoft.ApplicationInsights.Channel.ITelemetry DeepClone ();
abstract member DeepClone : unit -> Microsoft.ApplicationInsights.Channel.ITelemetry
Public Function DeepClone () As ITelemetry

Returns

The cloned object.

Applies to