System.Web.Configuration.CacheSection.PrivateBytesPollTime Property

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

Syntax

[System.Configuration.ConfigurationProperty("privateBytesPollTime", DefaultValue="00:02:00")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan PrivateBytesPollTime { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0