CacheManagerData.NumberToRemoveWhenScavenging Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Number of items to remove from cache when scavenging

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("numberToRemoveWhenScavenging", IsRequired := True)> _
PublicPropertyNumberToRemoveWhenScavengingAs Integer
[ConfigurationPropertyAttribute("numberToRemoveWhenScavenging", IsRequired = true)]
public int NumberToRemoveWhenScavenging { get; set; }
[ConfigurationPropertyAttribute(L"numberToRemoveWhenScavenging", IsRequired = true)]
public:
property int NumberToRemoveWhenScavenging {
    int get ();
    voidset (int value);
}
publicfunction getNumberToRemoveWhenScavenging () : int
publicfunction setNumberToRemoveWhenScavenging (value : int)

See Also

CacheManagerData Class

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.