BufferModeSettings.MaxBufferThreads Property
.NET Framework (current version)
Gets or sets the maximum number of flushing threads that can be active at one time.
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.Int32The 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: