ITelemetryEventPayload Interface
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.
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. |