IResourceMonitor インターフェイス

定義

注意事項

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

現在のリソース使用率についてシステムをサンプリングする機能を提供します。

public interface class IResourceMonitor
[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 IResourceMonitor
public interface IResourceMonitor
[<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 IResourceMonitor = interface
type IResourceMonitor = interface
Public Interface IResourceMonitor
属性

メソッド

名前 説明
GetUtilization(TimeSpan)
古い.

指定した時間枠の使用率を取得します。

適用対象