ResourceMonitoringOptions.PublishingWindow 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于计算 ResourceUtilization 推送到发布者的实例的观察窗口。
public:
property TimeSpan PublishingWindow { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PublishingWindow { get; set; }
member this.PublishingWindow : TimeSpan with get, set
Public Property PublishingWindow As TimeSpan
属性值
默认值为 5 秒。
注解
该值需要小于或等于 CollectionWindow。