HealthMonitoringSection.BufferModes Property
.NET Framework (current version)
Gets a collection of objects that specify the settings for the buffer modes.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("bufferModes")>] member BufferModes : BufferModesCollection with get
Property Value
Type: System.Web.Configuration.BufferModesCollectionA BufferModesCollection collection of BufferModeSettings objects.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: