Instrument<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관찰할 수 없는 모든 계측에 대한 기본 클래스입니다.
generic <typename T>
where T : value classpublic ref class Instrument abstract : System::Diagnostics::Metrics::Instrument
public abstract class Instrument<T> : System.Diagnostics.Metrics.Instrument where T : struct
type Instrument<'T (requires 'T : struct)> = class
inherit Instrument
Public MustInherit Class Instrument(Of T)
Inherits Instrument
형식 매개 변수
- T
계측기가 나타내는 형식입니다.
- 상속
- 파생
설명
이 클래스는 Byte, Int16, Int32, Int64, Single, Double및 Decimal제네릭 매개 변수 형식만 지원합니다.
생성자
Instrument<T>(Meter, String) |
Instrument<T>새 인스턴스를 생성합니다. |
Instrument<T>(Meter, String, String, String) |
속성 미터, 이름, 설명 및 단위를 사용하여 메트릭 계측을 만듭니다. |
Instrument<T>(Meter, String, String, String, IEnumerable<KeyValuePair<String,Object>>) |
지정된 미터, 이름, 설명 및 단위를 사용하여 Instrument<T> 클래스의 새 인스턴스를 초기화합니다. |
Instrument<T>(Meter, String, String, String, IEnumerable<KeyValuePair<String,Object>>, InstrumentAdvice<T>) |
Instrument<T>새 인스턴스를 생성합니다. |
속성
Advice |
계측과 연결된 InstrumentAdvice<T> 가져옵니다. |
Description |
계측 설명을 가져옵니다. (다음에서 상속됨 Instrument) |
Enabled |
이 계측에 대한 수신기가 있는지를 나타내는 값을 가져옵니다. (다음에서 상속됨 Instrument) |
IsObservable |
계측기가 관찰 가능한 계측기인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 Instrument) |
Meter |
계측기를 만든 미터를 가져옵니다. (다음에서 상속됨 Instrument) |
Name |
계측 이름을 가져옵니다. (다음에서 상속됨 Instrument) |
Tags |
계측과 연결된 태그를 반환합니다. (다음에서 상속됨 Instrument) |
Unit |
측정 계측 단위를 가져옵니다. (다음에서 상속됨 Instrument) |
메서드
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET