ConfidentialClientApplicationBuilder.WithTelemetryClient 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.
Caution
Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.
This method is obsolete. See https://aka.ms/msal-net-telemetry
[System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", true)]
public Microsoft.Identity.Client.ConfidentialClientApplicationBuilder WithTelemetryClient (params Microsoft.IdentityModel.Abstractions.ITelemetryClient[] telemetryClients);
[<System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", true)>]
member this.WithTelemetryClient : Microsoft.IdentityModel.Abstractions.ITelemetryClient[] -> Microsoft.Identity.Client.ConfidentialClientApplicationBuilder
Public Function WithTelemetryClient (ParamArray telemetryClients As ITelemetryClient()) As ConfidentialClientApplicationBuilder
Parameters
- telemetryClients
- ITelemetryClient[]
List of telemetry clients to add telemetry logs.
Returns
The builder to chain the .With methods
- Attributes