EventMappingSettingsCollection Class
.NET Framework 2.0
Provides a collection of EventMappingSettings objects. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The EventMappingSettings class corresponds to the eventMappings configuration file element. The eventMappings element allows you to assign friendly names to event sources. These names are then used to associate event sources with the related event consumers, called providers, in the rules subsection of the healthMonitoring section of the configuration file.
The following code example shows how to use the EventMappingSettingsCollection type. This code example is part of a larger example provided for the HealthMonitoringSection class.
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.EventMappingSettingsCollection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.EventMappingSettingsCollection
Community Additions
ADD
Show: