System.Web.Configuration.SqlCacheDependencySection.PollTime Property

Gets or sets the frequency with which the System.Web.Caching.SqlCacheDependency polls the database table for changes.

Syntax

[System.Configuration.ConfigurationProperty("pollTime", DefaultValue="60000")]
public int PollTime { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SqlCacheDependencySection.PollTime property defines the time frequency with which ASP.NET polls the database for changes in the table linked to the cached item.

Note   The frequency can be overridden on a database level in the databases element of the sqlCacheDependency in the cache configuration section.

Requirements

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