The members of System.Web.Configuration.BufferModeSettings are listed below.
See Also: Inherited members from System.Configuration.ConfigurationElement
Initializes a new instance of the System.Web.Configuration.BufferModeSettings class using specified settings. |
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. |