EventMappingSettings Constructor (String, String, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the BufferModeSettings class using the specified values.
Assembly: System.Web (in System.Web.dll)
Public Sub New ( name As String, type As String, startEventCode As Integer, endEventCode As Integer )
Parameters
- name
-
Type:
System.String
The name of the EventMappingSettings object being created.
- type
-
Type:
System.String
The fully qualified type of the event class to use.
- startEventCode
-
Type:
System.Int32
The starting event code range.
- endEventCode
-
Type:
System.Int32
The ending event code range.
The following code example shows how to use the EventMappingSettings constructor. This code example is part of a larger example provided for the HealthMonitoringSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: