DiagnosticCounter クラス

定義

DiagnosticCounter はさまざまな Counter* クラス (具体的には、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)

適用対象