HttpRuntimeSection.DelayNotificationTimeout Property
.NET Framework (current version)
Gets or sets the change notification delay.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("delayNotificationTimeout", DefaultValue = "00:00:00")] [TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public TimeSpan DelayNotificationTimeout { get; set; }
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. |
The following example shows how to use the DelayNotificationTimeout property.
.NET Framework
Available since 2.0
Available since 2.0
Show:
