ITelemetryProducer.TrackTrace Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
TrackTrace(String) |
Obsoleti.
|
TrackTrace(String, Severity) |
Obsoleti.
|
TrackTrace(String, IDictionary<String,String>) |
Obsoleti.
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Obsoleti.
|
TrackTrace(String)
- Origine:
- ITelemetryProducer.cs
Attenzione
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)
Parametri
- message
- String
- Attributi
Si applica a
TrackTrace(String, Severity)
- Origine:
- ITelemetryProducer.cs
Attenzione
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)
Parametri
- message
- String
- severityLevel
- Severity
- Attributi
Si applica a
TrackTrace(String, IDictionary<String,String>)
- Origine:
- ITelemetryProducer.cs
Attenzione
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))
Parametri
- message
- String
- properties
- IDictionary<String,String>
- Attributi
Si applica a
TrackTrace(String, Severity, IDictionary<String,String>)
- Origine:
- ITelemetryProducer.cs
Attenzione
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))
Parametri
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>
- Attributi