HealthMonitoringSection.BufferModes Property

 

Gets a collection of objects that specify the settings for the buffer modes.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("bufferModes")>]
member BufferModes : BufferModesCollection with get

This is a collection of BufferModeSettings objects that define the manner in which health-monitoring events can be buffered before they are raised.

This property defaults to an empty BufferModesCollection collection.

The following code example shows how to use the BufferModes property. This code example is part of a larger example provided for the HealthMonitoringSection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: