System.Web.Configuration.HttpRuntimeSection.DelayNotificationTimeout Property

Gets or sets the change notification delay.

Syntax

[System.Configuration.ConfigurationProperty("delayNotificationTimeout", DefaultValue="00:00:05")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))]
public TimeSpan DelayNotificationTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can address the problem caused by some antivirus applications, when writing information back to the scanned files, by setting the HttpRuntimeSection.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0