WebEventBufferFlushInfo::EventsDiscardedSinceLastNotification Property
.NET Framework (current version)
Gets the number of events dropped since the last notification.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The number of events dropped by the buffering mechanism since the last notification.
By design, the buffering mechanism might drop some events in order to keep pace with the incoming events. It is up to the user to adjust this mechanism by properly modifying the bufferModes element in the healthMonitoring configuration section.
The following code example shows how to use the EventsDiscardedSinceLastNotification property. This code example is part of a larger example provided for the BufferedWebEventProvider class.
.NET Framework
Available since 2.0
Available since 2.0
Show: