HealthMonitoringSection.HeartbeatInterval Property
.NET Framework 2.0
Gets or sets the interval used by the application domain when it raises the WebHeartBeatEvent event.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public TimeSpan HeartbeatInterval { get; set; }
/** @property */ public TimeSpan get_HeartbeatInterval () /** @property */ public void set_HeartbeatInterval (TimeSpan value)
public function get HeartbeatInterval () : TimeSpan public function set HeartbeatInterval (value : TimeSpan)
Not applicable.
Property Value
The interval used by the application domain when it raises the WebHeartBeatEvent event.The following code example shows how to use the HeartBeatInterval property. This code example is part of a larger example provided for the HealthMonitoringSection class.