Microsoft.IdentityModel.Abstractions.NullTelemetryClient
The default implementation of the ITelemetryClient interface which swallows all telemetry signals.
Singleton instance of NullTelemetryClient.
public 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)