BufferModesCollection Class
.NET Framework 3.0
A collection of BufferModeSettings 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 BufferModeSettings object is used to define roles for event providers such as Critical, Notification, Analysis, and Logging. Each role sets buffer mode events differently. For example, a Critical role keeps the MaxBufferSize, MaxFlushSize and UrgentFlushInterval properties small, whereas an Analysis role sets those properties to higher values.
The following code example shows how to use the BufferModesCollection 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.BufferModesCollection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.BufferModesCollection
Community Additions
ADD
Show: