Share via


IdentityModelTelemetryUtil.RemoveTelemetryData(String) Method

Definition

Removes a key and its value from the collection of telemetry data.

public static bool RemoveTelemetryData (string key);
static member RemoveTelemetryData : string -> bool
Public Shared Function RemoveTelemetryData (key As String) As Boolean

Parameters

key
String

The name of the telemetry.

Returns

true if the key is successfully removed; otherwise, false.

Applies to