System.Web.Configuration.BufferModeSettings: Property Members

The properties of System.Web.Configuration.BufferModeSettings are listed below. For a list of all members, see the BufferModeSettings Members list.

See Also: Inherited members from System.Configuration.ConfigurationElement

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.