Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
MailWebEventProvider Class

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides the base functionality for creating event providers that send e-mail.

Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)
Visual Basic (Declaration)
Public MustInherit Class MailWebEventProvider
    Inherits BufferedWebEventProvider
Visual Basic (Usage)
Dim instance As MailWebEventProvider
C#
public abstract class MailWebEventProvider : BufferedWebEventProvider
C++
public ref class MailWebEventProvider abstract : public BufferedWebEventProvider
J#
public abstract class MailWebEventProvider extends BufferedWebEventProvider
JScript
public abstract class MailWebEventProvider extends BufferedWebEventProvider
XAML
Not applicable.

ASP.NET health monitoring allows production and operations staff to manage deployed Web applications. The System.Web.Management 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.

The MailWebEventProvider class is a base class for building providers that monitor Web events and send e-mail for selected events. This class supports the .NET Framework infrastructure and is not intended to be inherited from or used directly from your code.

NoteNote:

In most cases you will be able to use the ASP.NET health-monitoring types as implemented, and you will control the health-monitoring system by specifying values in the <healthMonitoring> configuration section. You can also derive from the health-monitoring types to create your own custom events and providers. For an example of creating a custom provider, see ASP.NET Health Monitoring Custom Provider Sample.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker