ISnapshotProvider インターフェイス

定義

注意事項

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

基になるシステムを表し、それに関するリソース データを取得するプロバイダーによって実装されるインターフェイス。

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

プロパティ

名前 説明
Resources
古い.

システムによって定義された CPU とメモリの制限の静的な値を取得します。

メソッド

名前 説明
GetSnapshot()
古い.

システムのリソース使用率のスナップショットを取得します。

適用対象