共用方式為


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>
屬性

適用於