System.Web.Configuration.HttpRuntimeSection.WaitChangeNotification Property

Gets or sets the waiting time before the next change notification.

Syntax

[System.Configuration.ConfigurationProperty("waitChangeNotification", DefaultValue="0")]
[System.Configuration.IntegerValidator(MinValue=0, MaxValue=2147483647)]
public int WaitChangeNotification { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A suggested value for HttpRuntimeSection.WaitChangeNotification would exceed the length of time to complete a copy during the deployment process.

Note:

The content might appear cached if you view it immediately after a copy and deploy process. This is typical behavior. The changes take effect when the wait period that you specified has elapsed.

Requirements

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