CacheSection.PrivateBytesPollTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.