HttpRuntimeSection.DelayNotificationTimeout Property
.NET Framework 3.0
Gets or sets the change notification delay.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public: property TimeSpan DelayNotificationTimeout { TimeSpan get (); void set (TimeSpan value); }
/** @property */ public TimeSpan get_DelayNotificationTimeout () /** @property */ public void set_DelayNotificationTimeout (TimeSpan value)
public function get DelayNotificationTimeout () : TimeSpan public function set DelayNotificationTimeout (value : TimeSpan)
Not applicable.
Property Value
The time, in seconds, that specifies the change notification delay.You can address the problem caused by some antivirus applications, when writing information back to the scanned files, by setting the DelayNotificationTimeout property.
Note: |
|---|
| The problem occurs because file changes caused by antivirus scanning cannot be distinguished from the ones made by the user. The end result is the restart of the application whose files are being scanned. |
Community Additions
ADD
Show:
Note: