Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebEventProvider::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^ raisedEvent
) abstract

Parameters

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

The WebBaseEvent object to process.

This is the method that ASP.NET health monitoring calls to start processing the event.

The following code example shows how to implement the ProcessEvent method. This method appends the customized string representation of the event to a specific log file.

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

.NET Framework
Available since 2.0
Return to top
Show: