Share via


ClientAnalyticsChannel, classe

Fournit des méthodes de journalisation pour le canal d'analyse client.

Hiérarchie d'héritage

Object
  Microsoft.ApplicationInsights.Telemetry.WindowsStore.ClientAnalyticsChannel

Espace de noms :  Microsoft.ApplicationInsights.Telemetry.WindowsStore
Assembly :  Microsoft.ApplicationInsights.Telemetry.WindowsStore (dans Microsoft.ApplicationInsights.Telemetry.WindowsStore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ClientAnalyticsChannel _
    Implements IClientAnalyticsChannel
public sealed class ClientAnalyticsChannel : IClientAnalyticsChannel
public ref class ClientAnalyticsChannel sealed : IClientAnalyticsChannel
[<Sealed>]
type ClientAnalyticsChannel =  
    class
        interface IClientAnalyticsChannel
    end
public final class ClientAnalyticsChannel implements IClientAnalyticsChannel

Le type ClientAnalyticsChannel expose les membres suivants.

Propriétés

  Nom Description
Propriété publiqueMembre statique Default Obtient le canal d'analyse client par défaut.

Début

Méthodes

  Nom Description
Méthode publique Equals Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.)
Méthode publique GetHashCode Sert de fonction de hachage par défaut. (Hérité de Object.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique LogEvent(String) Signale un événement au service Application Insights.
Méthode publique LogEvent(String, IDictionary<String, Object>)
Méthode publique LogPageView Affichage Consigner une page.
Méthode publique StartTimedEvent(String) Créez un compteur d'événement.Utilisez l'objet retourné pour consigner la fin de l'événement.
Méthode publique StartTimedEvent(String, IDictionary<String, Object>) Crée un compteur d'événement.Utilisez l'objet retourné pour consigner la fin de l'événement.
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.ApplicationInsights.Telemetry.WindowsStore, espace de noms