ISnapshotProvider Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
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 fornecedor que representa um sistema subjacente e obtém dados de recursos sobre ele.
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
- Atributos
Propriedades
| Name | Description |
|---|---|
| Resources |
Obsoleto.
Obtém os valores estáticos das limitações de CPU e memória definidas pelo sistema. |
Métodos
| Name | Description |
|---|---|
| GetSnapshot() |
Obsoleto.
Obtenha uma visão geral da utilização dos recursos do sistema. |