ResourceMonitoringOptions.SamplingInterval 属性

定义

获取或设置捕获新利用率示例的时间间隔。

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

属性值

默认值为 1 秒钟。

注解

此值必须小于或等于 CollectionWindow

适用于