CacheSection.PrivateBytesPollTime Property

Definition

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

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

Property Value

The time interval between polling for the worker process memory usage. The default value is 2 minutes.

Attributes

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.

Applies to

See also