Lenguaje

ISnapshotProvider Interfaz

Definición

Precaución

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

Interfaz que va a implementar un proveedor que representa un sistema subyacente y obtiene datos de recursos sobre él.

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
Atributos

Propiedades

Nombre Description
Resources
Obsoletos.

Obtiene los valores estáticos de las limitaciones de CPU y memoria definidas por el sistema.

Métodos

Nombre Description
GetSnapshot()
Obsoletos.

Obtenga una instantánea del uso de recursos del sistema.

Se aplica a