MailWebEventProvider::ProcessEvent Method (WebBaseEvent^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

Notes to Implementers:

If buffering is enabled, you must handle adding events to the buffer.

.NET Framework
Available since 2.0
Return to top
Show: