Instrument<T>.RecordMeasurement Metodo

Definizione

Overload

RecordMeasurement(T)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T, KeyValuePair<String,Object>)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T, TagList)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T, ReadOnlySpan<KeyValuePair<String,Object>>)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

RecordMeasurement(T)

Source:
Instrument.common.cs
Source:
Instrument.common.cs
Source:
Instrument.common.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement);
protected void RecordMeasurement (T measurement);
member this.RecordMeasurement : 'T -> unit
Protected Sub RecordMeasurement (measurement As T)

Parametri

measurement
T

Valore di misura.

Si applica a

RecordMeasurement(T, KeyValuePair<String,Object>)

Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag);
protected void RecordMeasurement (T measurement, System.Collections.Generic.KeyValuePair<string,object?> tag);
member this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Sub RecordMeasurement (measurement As T, tag As KeyValuePair(Of String, Object))

Parametri

measurement
T

Valore di misura.

tag
KeyValuePair<String,Object>

Tag coppia chiave-valore associato alla misurazione.

Si applica a

RecordMeasurement(T, TagList)

Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement, System::Diagnostics::TagList % tagList);
protected void RecordMeasurement (T measurement, in System.Diagnostics.TagList tagList);
member this.RecordMeasurement : 'T * TagList -> unit
Protected Sub RecordMeasurement (measurement As T, ByRef tagList As TagList)

Parametri

measurement
T

Valore di misura.

tagList
TagList

Tag associati alla misurazione.

Si applica a

RecordMeasurement(T, ReadOnlySpan<KeyValuePair<String,Object>>)

Source:
Instrument.common.cs
Source:
Instrument.common.cs
Source:
Instrument.common.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement, ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> tags);
protected void RecordMeasurement (T measurement, ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> tags);
member this.RecordMeasurement : 'T * ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>> -> unit
Protected Sub RecordMeasurement (measurement As T, tags As ReadOnlySpan(Of KeyValuePair(Of String, Object)))

Parametri

measurement
T

Valore di misura.

tags
ReadOnlySpan<KeyValuePair<String,Object>>

Intervallo di tag di coppia chiave-valore associati alla misurazione.

Si applica a

RecordMeasurement(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag1, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag2);
protected void RecordMeasurement (T measurement, System.Collections.Generic.KeyValuePair<string,object?> tag1, System.Collections.Generic.KeyValuePair<string,object?> tag2);
member this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Sub RecordMeasurement (measurement As T, tag1 As KeyValuePair(Of String, Object), tag2 As KeyValuePair(Of String, Object))

Parametri

measurement
T

Valore di misura.

tag1
KeyValuePair<String,Object>

Un primo tag di coppia chiave-valore associato alla misurazione.

tag2
KeyValuePair<String,Object>

Un secondo tag di coppia chiave-valore associato alla misurazione.

Si applica a

RecordMeasurement(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs
Source:
Instrument.netcore.cs

Registra una misurazione notificando a tutti gli MeterListener oggetti in ascolto di questo strumento.

protected:
 void RecordMeasurement(T measurement, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag1, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag2, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag3);
protected void RecordMeasurement (T measurement, System.Collections.Generic.KeyValuePair<string,object?> tag1, System.Collections.Generic.KeyValuePair<string,object?> tag2, System.Collections.Generic.KeyValuePair<string,object?> tag3);
member this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Sub RecordMeasurement (measurement As T, tag1 As KeyValuePair(Of String, Object), tag2 As KeyValuePair(Of String, Object), tag3 As KeyValuePair(Of String, Object))

Parametri

measurement
T

Valore di misura.

tag1
KeyValuePair<String,Object>

Un primo tag di coppia chiave-valore associato alla misurazione.

tag2
KeyValuePair<String,Object>

Un secondo tag di coppia chiave-valore associato alla misurazione.

tag3
KeyValuePair<String,Object>

Un terzo tag di coppia chiave-valore associato alla misurazione.

Si applica a