ISnapshotProvider Interfaccia

Definizione

Attenzione

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

Interfaccia da implementare da un provider che rappresenta un sistema sottostante e ottiene i dati sulle risorse.

public interface class ISnapshotProvider
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[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.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<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
Attributi

Proprietà

Nome Descrizione
Resources
Obsoleti.

Ottiene i valori statici delle limitazioni di CPU e memoria definite dal sistema.

Metodi

Nome Descrizione
GetSnapshot()
Obsoleti.

Ottenere uno snapshot dell'utilizzo delle risorse del sistema.

Si applica a