System.Web.Configuration.HealthMonitoringSection.HeartbeatInterval Property

Gets or sets the interval used by the application domain when it raises the System.Web.Management.WebHeartbeatEvent event.

Syntax

[System.Configuration.ConfigurationProperty("heartbeatInterval", DefaultValue="00:00:00")]
[System.Configuration.TimeSpanValidator(MinValueString="00:00:00", MaxValueString="24.20:31:23")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))]
public TimeSpan HeartbeatInterval { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the TimeSpan value is zero ticks, no System.Web.Management.WebHeartbeatEvent event is raised.

Requirements

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