System.Web 2.0.0.0 System.Configuration.ConfigurationSection This class corresponds to the <healthMonitoring> configuration file element. Medium trust or higher is required to raise an event. Configures ASP.NET profiles that determine how health-monitoring events are sent to event providers. This class cannot be inherited. Constructor This constructor is not intended to be used directly from your code. The following table shows the default settings that are used for this constructor. Setting Default value true Initializes a new instance of the class using default settings. 2.0.0.0 Property System.Configuration.ConfigurationProperty("bufferModes") System.Web.Configuration.BufferModesCollection To be added. This is a collection of objects that define the manner in which health-monitoring events can be buffered before they are raised. This property defaults to an empty collection. Gets a collection of objects that specify the settings for the buffer modes. 2.0.0.0 Property System.Configuration.ConfigurationProperty("enabled", DefaultValue="True") System.Boolean To be added. To be added. Gets or sets a value indicating whether health monitoring is enabled. 2.0.0.0 Property System.Configuration.ConfigurationProperty("eventMappings") System.Web.Configuration.EventMappingSettingsCollection To be added. To be added. Gets a collection of objects. 2.0.0.0 Property 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)) System.TimeSpan To be added. If the value is zero ticks, no event is raised. Gets or sets the interval used by the application domain when it raises the event. 2.0.0.0 Property System.Configuration.ConfigurationProperty("profiles") System.Web.Configuration.ProfileSettingsCollection To be added. To be added. Gets a collection of objects. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. Gets the properties collection for the object. 2.0.0.0 Property System.Configuration.ConfigurationProperty("providers") System.Configuration.ProviderSettingsCollection To be added. The property specifies which provider is used for which of the events defined in the property. Gets a collection of objects. 2.0.0.0 Property System.Configuration.ConfigurationProperty("rules") System.Web.Configuration.RuleSettingsCollection To be added. Each object defines a connection between an event defined in the property and an event provider defined in the property. Gets a collection of objects. 2.0.0.0