SqlWebEventProvider.ProcessEventFlush Method (WebEventBufferFlushInfo)

 

Removes all events from the provider's buffer.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

Public Overrides Sub ProcessEventFlush (
	flushInfo As WebEventBufferFlushInfo
)

Parameters

flushInfo
Type: System.Web.Management.WebEventBufferFlushInfo

The WebEventBufferFlushInfo object that contains the buffer information to be flushed.

This method is not intended to be used directly from your code. It is called by the ASP.NET health-monitoring system.

.NET Framework
Available since 2.0
Return to top
Show: