EventCounter.WriteMetric 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| WriteMetric(Double) |
성능 카운터를 사용하는 경우 메트릭을 씁니다. |
| WriteMetric(Single) |
성능 카운터를 사용하는 경우 메트릭을 씁니다. |
WriteMetric(Double)
성능 카운터를 사용하는 경우 메트릭을 씁니다.
public:
void WriteMetric(double value);
public void WriteMetric (double value);
member this.WriteMetric : double -> unit
Public Sub WriteMetric (value As Double)
매개 변수
- value
- Double
쓸 값입니다.
설명
For an example of how to use the WriteMetric(Single) method, see Introduction Tutorial: How to measure performance for very frequent events using EventCounters.
적용 대상
WriteMetric(Single)
성능 카운터를 사용하는 경우 메트릭을 씁니다.
public:
void WriteMetric(float value);
public void WriteMetric (float value);
member this.WriteMetric : single -> unit
Public Sub WriteMetric (value As Single)
매개 변수
- value
- Single
쓸 값입니다.
설명
For an example of how to use the WriteMetric(Single) method, see the Introduction Tutorial: How to measure performance for very frequent events using EventCounters topic.