System.Web.Configuration.SqlCacheDependencyDatabase.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 SqlCacheDependencyDatabase.PollTime property allows you to programmatically access and modify the pollTime attribute of an add element of the databases node in a configuration file.

After you configure the relationship between an item stored in an ASP.NET application's cache and a specific SQL Server database table, an instance of the System.Web.Caching.SqlCacheDependency class monitors the table so that when an item in the table changes, the item is automatically updated in or removed from the cache. The monitoring happens at the frequency specified by the SqlCacheDependencyDatabase.PollTime.

Requirements

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