System.Web.Configuration.BufferModesCollection Class

A collection of System.Web.Configuration.BufferModeSettings objects. This class cannot be inherited.

See Also: BufferModesCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.BufferModeSettings), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class BufferModesCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.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 BufferModeSettings.MaxBufferSize, BufferModeSettings.MaxFlushSize and BufferModeSettings.UrgentFlushInterval properties small, whereas an Analysis role sets those properties to higher values.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0