BufferedWebEventProvider::ProcessEvent Method (WebBaseEvent^)

 

Processes the event passed to the provider.

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

public:
virtual void ProcessEvent(
	WebBaseEvent^ eventRaised
) override

Parameters

eventRaised
Type: System.Web.Management::WebBaseEvent^

The WebBaseEvent object to process.

This is the method that ASP.NET health monitoring calls to start the processing of the event. If buffering is enabled, the event information is buffered; otherwise, it is dispatched to the current logging mechanism.

The following code example shows how to implement the ProcessEvent method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: