IdentityModelTelemetryUtil.RemoveTelemetryData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.