Share via


IClientAnalyticsChannel.LogEvent, méthode (String)

Signale un événement au service Application Insights.

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

Syntaxe

'Déclaration
Sub LogEvent ( _
    eventName As String _
)
void LogEvent(
    string eventName
)
void LogEvent(
    String^ eventName
)
abstract LogEvent : 
        eventName:string -> unit 
function LogEvent(
    eventName : String
)

Paramètres

  • eventName
    Type : String
    Nom de l'événement.

Sécurité .NET Framework

  • Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir dd66cd4c-b087-415f-9c3e-94e3a1835f74.

Voir aussi

Référence

IClientAnalyticsChannel Interface

LogEvent, surcharge

Microsoft.ApplicationInsights.Telemetry.WindowsStore, espace de noms