ResourceMonitoringOptions.PublishingWindow 属性

定义

获取或设置用于计算 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

适用于