WebEventManager::Flush Method ()

 

Flushes the event buffer for all providers that are in the healthMonitoring section.

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
static void Flush()

The Flush method flushes the event buffer for all providers that are in the healthMonitoring section of the configuration. If no providers exist, no events are ever buffered. However, if providers do exist, the event buffer for each provider in the healthMonitoring section is flushed.

.NET Framework
Available since 2.0
Return to top
Show: