IResourceMonitorBuilder インターフェイス

定義

注意事項

This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.

リソース監視インフラストラクチャの構築に役立ちます。

public interface class IResourceMonitorBuilder
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public interface IResourceMonitorBuilder
public interface IResourceMonitorBuilder
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type IResourceMonitorBuilder = interface
type IResourceMonitorBuilder = interface
Public Interface IResourceMonitorBuilder
属性

プロパティ

名前 説明
Services
古い.

ビルダーによって操作されているサービス コレクションを取得します。

メソッド

名前 説明
AddPublisher<T>()
古い.

リソース使用率が計算されるたびに呼び出されるリソース使用率パブリッシャーを追加します。

拡張メソッド

名前 説明
ConfigureMonitor(IResourceMonitorBuilder, Action<ResourceMonitoringOptions>)
古い.

リソース モニターを構成します。

ConfigureMonitor(IResourceMonitorBuilder, IConfigurationSection)
古い.

リソース モニターを構成します。

適用対象