ITelemetryEventPayload Interface

Definition

Caution

Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.

Data that represents a single snapshot in the series of events that are collected

[System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)]
public interface ITelemetryEventPayload
[<System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)>]
type ITelemetryEventPayload = interface
Public Interface ITelemetryEventPayload
Attributes

Remarks

This API is experimental and it may change in future versions of the library without an major version increment

Properties

BoolValues
Int64Values
IntValues
Name
StringValues

Methods

ToJsonString()

Used for debugging and testing.

Applies to