HttpRuntimeSection.MaxWaitChangeNotification Property
.NET Framework (current version)
Gets or sets the time interval between the first change notification and the time at which the application domain is restarted.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("maxWaitChangeNotification", DefaultValue := 0)> <IntegerValidatorAttribute(MinValue := 0)> Public Property MaxWaitChangeNotification As Integer
Property Value
Type: System.Int32The maximum time interval, in seconds, from the first change notification and the time when the application domain is restarted.
A suggested value for the 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. |
The following example shows how to use the MaxWaitChangeNotification property.
.NET Framework
Available since 2.0
Available since 2.0
Show:
