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。