System.Web.Configuration.BufferModeSettings Members

The members of System.Web.Configuration.BufferModeSettings are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElement

Public Constructors

Initializes a new instance of the System.Web.Configuration.BufferModeSettings class using specified settings.

Public Properties

MaxBufferSizeint.

Gets or sets the maximum number of events that can be buffered at one time.

MaxBufferThreadsint.

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

MaxFlushSizeint.

Gets or sets the maximum number of events per flush.

Namestring.

Gets or sets the name of the System.Web.Configuration.BufferModeSettings object.

RegularFlushIntervalTimeSpan.

Gets or sets the amount of time between buffer flushes.

UrgentFlushIntervalTimeSpan.

Gets or sets the minimum amount of time that can pass between buffer flushes.

UrgentFlushThresholdint.

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

Protected Properties

[read-only]
override
ElementPropertySystem.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered.
[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection.

Gets a System.Configuration.ConfigurationPropertyCollection collection.