ITelemetryProducer.TrackTrace Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
TrackTrace(String) |
Obsoletos.
|
TrackTrace(String, Severity) |
Obsoletos.
|
TrackTrace(String, IDictionary<String,String>) |
Obsoletos.
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Obsoletos.
|
TrackTrace(String)
- Source:
- ITelemetryProducer.cs
Precaución
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)
Parámetros
- message
- String
- Atributos
Se aplica a
TrackTrace(String, Severity)
- Source:
- ITelemetryProducer.cs
Precaución
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)
Parámetros
- message
- String
- severityLevel
- Severity
- Atributos
Se aplica a
TrackTrace(String, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Precaución
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))
Parámetros
- message
- String
- properties
- IDictionary<String,String>
- Atributos
Se aplica a
TrackTrace(String, Severity, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Precaución
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))
Parámetros
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>
- Atributos