NullTelemetryProducer.ITelemetryProducer.TrackEvent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
void ITelemetryProducer.TrackEvent (string name, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,double> metrics);
abstract member Orleans.Runtime.ITelemetryProducer.TrackEvent : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackEvent : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Sub TrackEvent (name As String, properties As IDictionary(Of String, String), metrics As IDictionary(Of String, Double)) Implements ITelemetryProducer.TrackEvent
Paramètres
- name
- String
- properties
- IDictionary<String,String>
- metrics
- IDictionary<String,Double>