共用方式為


NullTelemetryProducer.ITelemetryProducer.TrackTrace 方法

定義

多載

ITelemetryProducer.TrackTrace(String)
ITelemetryProducer.TrackTrace(String, Severity)
ITelemetryProducer.TrackTrace(String, IDictionary<String,String>)
ITelemetryProducer.TrackTrace(String, Severity, IDictionary<String,String>)

ITelemetryProducer.TrackTrace(String)

來源:
NullTelemetryProducer.cs
void ITelemetryProducer.TrackTrace (string message);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string -> unit
Sub TrackTrace (message As String) Implements ITelemetryProducer.TrackTrace

參數

message
String

實作

適用於

ITelemetryProducer.TrackTrace(String, Severity)

來源:
NullTelemetryProducer.cs
void ITelemetryProducer.TrackTrace (string message, Orleans.Runtime.Severity severityLevel);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity -> unit
Sub TrackTrace (message As String, severityLevel As Severity) Implements ITelemetryProducer.TrackTrace

參數

message
String
severityLevel
Severity

實作

適用於

ITelemetryProducer.TrackTrace(String, IDictionary<String,String>)

來源:
NullTelemetryProducer.cs
void ITelemetryProducer.TrackTrace (string message, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackTrace (message As String, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackTrace

參數

message
String
properties
IDictionary<String,String>

實作

適用於

ITelemetryProducer.TrackTrace(String, Severity, IDictionary<String,String>)

來源:
NullTelemetryProducer.cs
void ITelemetryProducer.TrackTrace (string message, Orleans.Runtime.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackTrace (message As String, severityLevel As Severity, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackTrace

參數

message
String
severityLevel
Severity
properties
IDictionary<String,String>

實作

適用於