ITelemetryProducer.TrackTrace Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
TrackTrace(String) |
Устаревшие..
|
TrackTrace(String, Severity) |
Устаревшие..
|
TrackTrace(String, IDictionary<String,String>) |
Устаревшие..
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Устаревшие..
|
TrackTrace(String)
- Исходный код:
- ITelemetryProducer.cs
Внимание!
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)
Параметры
- message
- String
- Атрибуты
Применяется к
TrackTrace(String, Severity)
- Исходный код:
- ITelemetryProducer.cs
Внимание!
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)
Параметры
- message
- String
- severityLevel
- Severity
- Атрибуты
Применяется к
TrackTrace(String, IDictionary<String,String>)
- Исходный код:
- ITelemetryProducer.cs
Внимание!
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))
Параметры
- message
- String
- properties
- IDictionary<String,String>
- Атрибуты
Применяется к
TrackTrace(String, Severity, IDictionary<String,String>)
- Исходный код:
- ITelemetryProducer.cs
Внимание!
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))
Параметры
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>
- Атрибуты