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
MaxBufferSize | int.
Gets or sets the maximum number of events that can be buffered at one time. | |
MaxBufferThreads | int.
Gets or sets the maximum number of flushing threads that can be active at one time. | |
MaxFlushSize | int.
Gets or sets the maximum number of events per flush. | |
Name | string.
Gets or sets the name of the System.Web.Configuration.BufferModeSettings object. | |
RegularFlushInterval | TimeSpan.
Gets or sets the amount of time between buffer flushes. | |
UrgentFlushInterval | TimeSpan.
Gets or sets the minimum amount of time that can pass between buffer flushes. | |
UrgentFlushThreshold | int.
Gets or sets the number of events that can be buffered before a flush is triggered. |
[read-only] override | ElementProperty | System.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection.
Gets a System.Configuration.ConfigurationPropertyCollection collection. |