HttpRuntimeSection.MaxWaitChangeNotification Property
.NET Framework 2.0
Gets or sets the time interval between the first change notification and the time at which the application domain is restarted.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_MaxWaitChangeNotification () /** @property */ public void set_MaxWaitChangeNotification (int value)
public function get MaxWaitChangeNotification () : int public function set MaxWaitChangeNotification (value : int)
Not applicable.
Property Value
The 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. |
| 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: