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)
public: [ConfigurationPropertyAttribute("maxWaitChangeNotification", DefaultValue = 0)] [IntegerValidatorAttribute(MinValue = 0)] property int MaxWaitChangeNotification { int get(); void set(int value); }
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
