IClientAnalyticsChannel.StartTimedEvent, méthode (String, IDictionary<String, Object>)
Créez un compteur d'événement. Utilisez l'objet retourné pour consigner la fin de l'événement.
Espace de noms : Microsoft.ApplicationInsights.Telemetry.WindowsStore
Assembly : Microsoft.ApplicationInsights.Telemetry.WindowsStore (dans Microsoft.ApplicationInsights.Telemetry.WindowsStore.dll)
Syntaxe
'Déclaration
Function StartTimedEvent ( _
eventName As String, _
properties As IDictionary(Of String, Object) _
) As TimedAnalyticsEvent
TimedAnalyticsEvent StartTimedEvent(
string eventName,
IDictionary<string, Object> properties
)
TimedAnalyticsEvent^ StartTimedEvent(
String^ eventName,
IDictionary<String^, Object^>^ properties
)
abstract StartTimedEvent :
eventName:string *
properties:IDictionary<string, Object> -> TimedAnalyticsEvent
function StartTimedEvent(
eventName : String,
properties : IDictionary<String, Object>
) : TimedAnalyticsEvent
Paramètres
- eventName
Type : String
Nom de l'événement.Pour hiérarchiser les événements dans les rapports, utilisez des noms comme « parent/enfant ».
- properties
Type : IDictionary<String, Object>
Valeurs nommées de votre choix.Elles permettent de filtrer les rapports dans Application Insights.Une propriété peut avoir une valeur numérique.
Valeur de retour
Type : Microsoft.ApplicationInsights.Telemetry.WindowsStore.TimedAnalyticsEvent
Objet Timer auquel vous pouvez appliquer la méthode End (terminer) pour consigner l'événement ou la méthode Cancel (annuler).
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
Microsoft.ApplicationInsights.Telemetry.WindowsStore, espace de noms