Telemetry.Receiver Delegate
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 now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration.
[System.Obsolete("Telemetry is now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration. ", true)]
public delegate void Telemetry.Receiver(List<Dictionary<string,string>> events);
[<System.Obsolete("Telemetry is now specified per ClientApplication. See https://aka.ms/msal-net-3-breaking-changes and https://aka.ms/msal-net-application-configuration. ", true)>]
type Telemetry.Receiver = delegate of List<Dictionary<string, string>> -> unit
Public Delegate Sub Telemetry.Receiver(events As List(Of Dictionary(Of String, String)))
Parameters
- events
- List<Dictionary<String,String>>
- Attributes