HttpRuntimeSection::DelayNotificationTimeout Property
.NET Framework (current version)
Gets or sets the change notification delay.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("delayNotificationTimeout", DefaultValue = "00:00:00")] [TypeConverterAttribute((TimeSpanSecondsConverter^::typeid))] property TimeSpan DelayNotificationTimeout { TimeSpan get(); void set(TimeSpan value); }
Property Value
Type: System::TimeSpanThe 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
