SqlWebEventProvider.ProcessEvent(WebBaseEvent) Method

Definition

Processes the event passed to the provider.

public:
 override void ProcessEvent(System::Web::Management::WebBaseEvent ^ eventRaised);
public override void ProcessEvent (System.Web.Management.WebBaseEvent eventRaised);
override this.ProcessEvent : System.Web.Management.WebBaseEvent -> unit
Public Overrides Sub ProcessEvent (eventRaised As WebBaseEvent)

Parameters

eventRaised
WebBaseEvent

The WebBaseEvent object to process.

Remarks

This method is not intended to be used directly from your code. It is called by the ASP.NET health-monitoring system to start the processing of the event.

Applies to