System.Web.Configuration.BufferModeSettings.UrgentFlushThreshold Property

Gets or sets the number of events that can be buffered before a flush is triggered.

Syntax

[System.Configuration.ConfigurationProperty("urgentFlushThreshold", DefaultValue="2147483647", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.IntegerValidator(MinValue=1, MaxValue=2147483647)]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))]
public int UrgentFlushThreshold { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property must have a value greater than zero and less than or equal to the value of the BufferModeSettings.MaxBufferSize property. Invalid values may cause an exception when the configuration section is saved.

The default value varies based on the provider. The System.Web.Configuration.BufferModeSettings objects in the HealthMonitoringSection.BufferModes collection are referred to by name by the providers in the HealthMonitoringSection.Providers collection.

Requirements

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