DiagnosticCounter 类

定义

DiagnosticCounter 是一个抽象类,用作各种计数器* 类(即 EventCounterPollingCounterIncrementingEventCounterIncrementingPollingCounter)的父类。

public ref class DiagnosticCounter abstract : IDisposable
public abstract class DiagnosticCounter : IDisposable
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class DiagnosticCounter : IDisposable
type DiagnosticCounter = class
    interface IDisposable
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type DiagnosticCounter = class
    interface IDisposable
Public MustInherit Class DiagnosticCounter
Implements IDisposable
继承
DiagnosticCounter
派生
属性
实现

属性

DisplayName

获取或设置计数器的显示名称。

DisplayUnits

获取或设置计数器的显示单位。

EventSource

获取此计数器附加到的 EventSource。

Name

获取此计数器的名称。

方法

AddMetadata(String, String)

将键值元数据添加到包含在有效负载中的计数器。

Dispose()

EventSource 将报告的集合中删除计数器。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于