ITelemetryProducer.TrackTrace Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TrackTrace(String) |
Obsoleto.
|
TrackTrace(String, Severity) |
Obsoleto.
|
TrackTrace(String, IDictionary<String,String>) |
Obsoleto.
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Obsoleto.
|
TrackTrace(String)
- Origem:
- ITelemetryProducer.cs
Cuidado
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
Aplica-se a
TrackTrace(String, Severity)
- Origem:
- ITelemetryProducer.cs
Cuidado
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
Aplica-se a
TrackTrace(String, IDictionary<String,String>)
- Origem:
- ITelemetryProducer.cs
Cuidado
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
Aplica-se a
TrackTrace(String, Severity, IDictionary<String,String>)
- Origem:
- ITelemetryProducer.cs
Cuidado
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