Microsoft.IdentityModel.Abstractions.ITelemetryClient
Interface for Telemetry tracking.
Gets or sets the application or client ID that telemetry is being sent for.
void Initialize()
Perform any necessary bootstrapping for the telemetry client.
bool IsEnabled()
Checks to see if telemetry is enabled all up.
Checks to see if telemetry is enabled for the named event.
Tracks an instance of a named event.
void TrackEvent(string eventName, IDictionary<string, string> stringProperties = null, IDictionary<string, long> longProperties = null, IDictionary<string, bool> boolProperties = null, IDictionary<string, DateTime> dateTimeProperties = null, IDictionary<string, double> doubleProperties = null, IDictionary<string, Guid> guidProperties = null)
Tracks an instance of a named event.