IResourceMonitor 인터페이스

정의

주의

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)
사용되지 않음.

지정된 기간의 사용률을 가져옵니다.

적용 대상