HttpRuntimeSection::WaitChangeNotification Property
.NET Framework (current version)
Gets or sets the waiting time before the next change notification.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("waitChangeNotification", DefaultValue = 0)] [IntegerValidatorAttribute(MinValue = 0)] property int WaitChangeNotification { int get(); void set(int value); }
Property Value
Type: System::Int32The waiting time, in seconds, before the next change notification that triggers an application domain to restart. The default value is 0.
A suggested value for 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
