CacheSection.PrivateBytesPollTime Property

 

Gets or sets a value indicating the time interval between polling for the worker-process memory usage.

Namespace:   System.Web.Configuration
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.TimeSpan

The 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
Return to top
Show: