CacheSection.PrivateBytesPollTime Property
.NET Framework (current version)
Gets or sets a value indicating the time interval between polling for the worker-process memory usage.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("privateBytesPollTime", DefaultValue := "00:02:00")> <TypeConverterAttribute(GetType(InfiniteTimeSpanConverter))> Public Property PrivateBytesPollTime As TimeSpan
Property Value
Type: System.TimeSpanThe time interval between polling for the worker process memory usage. The default value is 2 minutes.
This polling is expensive and might need to be adjusted as a tradeoff between reaction speed of the cache-trimming algorithm and number of polling calls made.
.NET Framework
Available since 2.0
Available since 2.0
Show: