NullTelemetryProducer.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
ITelemetryProducer.TrackTrace(String)
- Origine:
- 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
Parametri
- message
- String
Implementazioni
Si applica a
ITelemetryProducer.TrackTrace(String, Severity)
- Origine:
- 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
Parametri
- message
- String
- severityLevel
- Severity
Implementazioni
Si applica a
ITelemetryProducer.TrackTrace(String, IDictionary<String,String>)
- Origine:
- 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
Parametri
- message
- String
- properties
- IDictionary<String,String>
Implementazioni
Si applica a
ITelemetryProducer.TrackTrace(String, Severity, IDictionary<String,String>)
- Origine:
- 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
Parametri
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>