IResourceMonitor 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.
현재 리소스 사용률을 위해 시스템을 샘플링하는 기능을 제공합니다.
public interface class IResourceMonitor
[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 IResourceMonitor
public interface IResourceMonitor
[<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 IResourceMonitor = interface
type IResourceMonitor = interface
Public Interface IResourceMonitor
- 특성
메서드
| Name | Description |
|---|---|
| GetUtilization(TimeSpan) |
사용되지 않음.
지정된 기간의 사용률을 가져옵니다. |