Documentation for this section has not yet been entered.
This property must have a value greater than zero. The value can be made infinite by setting it to int.MaxValue. Invalid values may cause an exception to be thrown when the configuration section is saved.
This property specifies the minimum number of times an event occurs before an event is raised to the provider. For example, a value of 5 means that ASP.NET will not raise an event to the provider until the fifth instance of the event occurs. If the value is infinite (int.MaxValue), then no event will be raised to the provider.