WebBaseEventCollection Class

Contains a collection of WebBaseEvent objects. This class cannot be inherited.

Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)

public ref class WebBaseEventCollection sealed : public ReadOnlyCollectionBase
public final class WebBaseEventCollection extends ReadOnlyCollectionBase
public final class WebBaseEventCollection extends ReadOnlyCollectionBase
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 WebBaseEventCollection class is used to deliver a collection of health-monitoring events to providers such as the SqlWebEventProvider.

The following code example shows how to use the WebBaseEventCollection class.

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

System.Object
   System.Collections.ReadOnlyCollectionBase
    System.Web.Management.WebBaseEventCollection

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

Community Additions

ADD
Show: