SqlWebEventProvider::ProcessEventFlush Method (WebEventBufferFlushInfo^)

 

Removes all events from the provider's buffer.

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

public:
virtual void ProcessEventFlush(
	WebEventBufferFlushInfo^ flushInfo
) override

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: