ResourceMonitoringOptions.CollectionWindow 속성

정의

사용률을 요청할 수 있는 최대 기간을 가져오거나 설정합니다.

public:
 property TimeSpan CollectionWindow { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan CollectionWindow { get; set; }
member this.CollectionWindow : TimeSpan with get, set
Public Property CollectionWindow As TimeSpan

속성 값

기본값은 5 초입니다.

설명

이 값은 리소스 모니터가 시스템의 사용률 정보를 추적하는 총 시간을 나타냅니다.

적용 대상