ISnapshotProvider Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.
Uma interface a ser implementada por um provedor que representa um sistema subjacente e obtém dados de recursos sobre ele.
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
Propriedades
| Nome | Description |
|---|---|
| Resources |
Obsoleto.
Obtém os valores estáticos das limitações de CPU e memória definidas pelo sistema. |
Métodos
| Nome | Description |
|---|---|
| GetSnapshot() |
Obsoleto.
Obtenha um instantâneo da utilização de recursos do sistema. |