BufferModeSettings.MaxBufferThreads Property

 

Gets or sets the maximum number of flushing threads that can be active at one time.

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

[<ConfigurationPropertyAttribute("maxBufferThreads", DefaultValue = 1)>]
[<TypeConverterAttribute(typeof(InfiniteIntConverter))>]
[<IntegerValidatorAttribute(MinValue = 1)>]
member MaxBufferThreads : int with get, set

Property Value

Type: System.Int32

The maximum number of flushing threads that can be active at one time. The default is 1.

This property must have a value greater than zero. Invalid values may cause an exception to be thrown when the configuration section is saved.

The following code example shows how to use the MaxBufferSize 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: