다음을 통해 공유


Instrument<T>.RecordMeasurement 메서드

정의

오버로드

RecordMeasurement(T)

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

RecordMeasurement(T, KeyValuePair<String,Object>)

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

RecordMeasurement(T, TagList)

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

RecordMeasurement(T)

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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

매개 변수

measurement
T

측정값입니다.

적용 대상

RecordMeasurement(T, KeyValuePair<String,Object>)

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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))

매개 변수

measurement
T

측정값입니다.

tag
KeyValuePair<String,Object>

측정값과 연결된 키-값 쌍 태그입니다.

적용 대상

RecordMeasurement(T, TagList)

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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)

매개 변수

measurement
T

측정값입니다.

tagList
TagList

측정값과 연결된 태그입니다.

적용 대상

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

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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)))

매개 변수

measurement
T

측정값입니다.

tags
ReadOnlySpan<KeyValuePair<String,Object>>

측정값과 연결된 키-값 쌍 태그의 범위입니다.

적용 대상

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

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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))

매개 변수

measurement
T

측정값입니다.

tag1
KeyValuePair<String,Object>

측정값과 연결된 첫 번째 키-값 쌍 태그입니다.

tag2
KeyValuePair<String,Object>

측정값과 연결된 두 번째 키-값 쌍 태그입니다.

적용 대상

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

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

이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.

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))

매개 변수

measurement
T

측정값입니다.

tag1
KeyValuePair<String,Object>

측정값과 연결된 첫 번째 키-값 쌍 태그입니다.

tag2
KeyValuePair<String,Object>

측정값과 연결된 두 번째 키-값 쌍 태그입니다.

tag3
KeyValuePair<String,Object>

측정값과 연결된 세 번째 키-값 쌍 태그입니다.

적용 대상