Instrument<T>.RecordMeasurement 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RecordMeasurement(T) |
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다. |
RecordMeasurement(T, KeyValuePair<String,Object>) |
이 계측을 수신 대기하는 모든 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)
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.
protected virtual void RecordMeasurement (T measurement);
abstract member RecordMeasurement : 'T -> unit
override this.RecordMeasurement : 'T -> unit
Protected Overridable Sub RecordMeasurement (measurement As T)
매개 변수
- measurement
- T
측정값입니다.
적용 대상
RecordMeasurement(T, KeyValuePair<String,Object>)
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.
protected virtual void RecordMeasurement (T measurement, System.Collections.Generic.KeyValuePair<string,object> tag);
abstract member RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Overridable Sub RecordMeasurement (measurement As T, tag As KeyValuePair(Of String, Object))
매개 변수
- measurement
- T
측정값입니다.
- tag
- KeyValuePair<String,Object>
측정값과 연결된 키-값 쌍 태그입니다.
적용 대상
RecordMeasurement(T, ReadOnlySpan<KeyValuePair<String,Object>>)
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.
protected abstract void RecordMeasurement (T measurement, ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object>> tags);
abstract member RecordMeasurement : 'T * ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>> -> unit
Protected MustOverride 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>)
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.
protected virtual void RecordMeasurement (T measurement, System.Collections.Generic.KeyValuePair<string,object> tag1, System.Collections.Generic.KeyValuePair<string,object> tag2);
abstract member RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Overridable 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>)
이 계측을 수신 대기하는 모든 MeterListener 개체에 알려 측정값을 기록합니다.
protected virtual 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);
abstract member RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.RecordMeasurement : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Protected Overridable 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>
측정값과 연결된 세 번째 키-값 쌍 태그입니다.