System.Web.Configuration.HttpRuntimeSection.MaxWaitChangeNotification Property

Gets or sets the time interval between the first change notification and the time at which the application domain is restarted.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

A suggested value for the HttpRuntimeSection.MaxWaitChangeNotification property 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