CacheSection.PrivateBytesPollTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示工作處理序記憶體使用輪詢間的時間間隔。
public:
property TimeSpan PrivateBytesPollTime { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
[System.Configuration.ConfigurationProperty("privateBytesPollTime", DefaultValue="00:02:00")]
public TimeSpan PrivateBytesPollTime { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))>]
[<System.Configuration.ConfigurationProperty("privateBytesPollTime", DefaultValue="00:02:00")>]
member this.PrivateBytesPollTime : TimeSpan with get, set
Public Property PrivateBytesPollTime As TimeSpan
屬性值
工作處理序記憶體使用輪詢間的時間間隔。 預設值是 2 分鐘。
- 屬性
備註
此輪詢成本很高,而且可能需要調整為快取修剪演算法的回應速度與進行輪詢呼叫數目之間的取捨。