HttpRuntimeSection.WaitChangeNotification Property
.NET Framework 2.0
Gets or sets the waiting time before the next change notification.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_WaitChangeNotification () /** @property */ public void set_WaitChangeNotification (int value)
public function get WaitChangeNotification () : int public function set WaitChangeNotification (value : int)
Not applicable.
Property Value
The 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. |
| Topic | Location |
|---|---|
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
Community Additions
ADD
Show:
Note: