ISnapshotProvider Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |