healthMonitoring 的 eventMappings 的 remove 元素(ASP.NET 设置架构)
更新:2007 年 11 月
移除指定的事件友好名称映射。
<configuration> 元素
system.web 元素(ASP.NET 设置架构)
healthMonitoring 元素(ASP.NET 设置架构)
healthMonitoring 的 eventMappings 元素(ASP.NET 设置架构)
healthMonitoring 的 eventMappings 的 remove 元素(ASP.NET 设置架构)
<remove name="mapping name" />
属性和元素
以下几节描述了属性、子元素和父元素。
属性
属性 |
说明 |
||
---|---|---|---|
name |
必需的 String 属性。 要从集合中移除的 EventMappingSettings 对象的名称。
|
子元素
无。
父元素
元素 |
说明 |
---|---|
Configuration |
公共语言运行库和 .NET Framework 应用程序所使用的每个配置文件中的根元素。 |
system.web |
为 ASP.NET 配置节指定根元素。 |
healthMonitoring |
针对运行状况监视配置应用程序。 |
eventMappings |
将事件友好名称映射到相关的事件类型。 |
示例
下面的示例说明如何从集合中移除事件。
<healthMonitoring>
<eventMappings>
<remove name="Heartbeats"/>
</eventMappings>
</healthMonitoring>
元素信息
配置节处理程序 |
|
配置成员 |
|
可配置的位置 |
Machine.config 根级别的 Web.config 应用程序级别的 Web.config |
要求 |
IIS 5.0 或更高版本 .NET Framework 2.0 Visual Studio 2005 |
请参见
任务
概念
参考
healthMonitoring 元素(ASP.NET 设置架构)
healthMonitoring 的 eventMappings 元素(ASP.NET 设置架构)
healthMonitoring 的 eventMappings 的 add 元素(ASP.NET 设置架构)
healthMonitoring 的 eventMappings 的 clear 元素(ASP.NET 设置架构)
System.Configuration.Configuration