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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.