System.Web 2.0.0.0 ASP.NET health monitoring allows production and operations staff to manage deployed Web applications. The namespace contains the health-event types responsible for packaging application health-status data and the provider types responsible for processing this data. It also contains supporting types that help during the management of health events. This interface allows enabling or disabling the firing of a specific event. This is especially useful when you implement your own custom event and want to control the rate at which it is sent to the related provider for processing. This interface does not control how often the event is raised. It only controls how often the event information is sent to the provider for processing. Evaluates whether an event should be sent to the related provider for processing. Method System.Boolean To be added. If the custom event evaluator returns true, the event is raised and then processed by the associated provider. Evaluates whether an event should be raised. true if the event should be raised; otherwise, false. The containing information about the event. 2.0.0.0