ITelemetryProducer.TrackTrace 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.
Surcharges
TrackTrace(String) |
Obsolète.
|
TrackTrace(String, Severity) |
Obsolète.
|
TrackTrace(String, IDictionary<String,String>) |
Obsolète.
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Obsolète.
|
TrackTrace(String)
- Source:
- ITelemetryProducer.cs
Attention
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string -> unit
Public Sub TrackTrace (message As String)
Paramètres
- message
- String
- Attributs
S’applique à
TrackTrace(String, Severity)
- Source:
- ITelemetryProducer.cs
Attention
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, Orleans.Runtime.Severity severityLevel);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * Orleans.Runtime.Severity -> unit
Public Sub TrackTrace (message As String, severityLevel As Severity)
Paramètres
- message
- String
- severityLevel
- Severity
- Attributs
S’applique à
TrackTrace(String, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Attention
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, System.Collections.Generic.IDictionary<string,string> properties);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackTrace (message As String, properties As IDictionary(Of String, String))
Paramètres
- message
- String
- properties
- IDictionary<String,String>
- Attributs
S’applique à
TrackTrace(String, Severity, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Attention
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, Orleans.Runtime.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackTrace (message As String, severityLevel As Severity, properties As IDictionary(Of String, String))
Paramètres
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>
- Attributs