IResourceMonitorBuilder 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.
리소스 모니터링 인프라를 빌드하는 데 도움이 됩니다.
public interface class IResourceMonitorBuilder
[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 IResourceMonitorBuilder
public interface IResourceMonitorBuilder
[<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 IResourceMonitorBuilder = interface
type IResourceMonitorBuilder = interface
Public Interface IResourceMonitorBuilder
- 특성
속성
| Name | Description |
|---|---|
| Services |
사용되지 않음.
작성기에서 조작하는 서비스 컬렉션을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| AddPublisher<T>() |
사용되지 않음.
리소스 사용률이 계산될 때마다 호출되는 리소스 사용률 게시자를 추가합니다. |
확장명 메서드
| Name | Description |
|---|---|
| ConfigureMonitor(IResourceMonitorBuilder, Action<ResourceMonitoringOptions>) |
사용되지 않음.
리소스 모니터를 구성합니다. |
| ConfigureMonitor(IResourceMonitorBuilder, IConfigurationSection) |
사용되지 않음.
리소스 모니터를 구성합니다. |